File: autogen.sh

package info (click to toggle)
libphone-utils 0.1%2Bgit20110523-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 320 kB
  • ctags: 106
  • sloc: ansic: 1,031; sh: 72; python: 50; makefile: 46
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 "$@"