File: autogen.sh

package info (click to toggle)
libphone-ui 1%3A0.0.1%2Bgit20110825-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 488 kB
  • ctags: 693
  • sloc: ansic: 5,978; makefile: 45; sh: 11
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 "$@"