File: autogen.sh

package info (click to toggle)
libphone-ui 0.1%2Bgit20100517-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 392 kB
  • ctags: 655
  • sloc: ansic: 5,189; makefile: 47; sh: 3
file content (4 lines) | stat: -rwxr-xr-x 128 bytes parent folder | download | duplicates (12)
1
2
3
4
#! /bin/sh
autoreconf -v --install || exit 1
glib-gettextize --force --copy || exit 1
./configure --enable-maintainer-mode "$@"