File: autogen.sh

package info (click to toggle)
libphone-utils 0.1%2Bgit20100630-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 3,056 kB
  • ctags: 116
  • sloc: sh: 9,184; ansic: 1,035; python: 50; makefile: 49
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 "$@"