File: autogen.sh

package info (click to toggle)
libframeworkd-glib 0.1%2Bgit20100512-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,008 kB
  • ctags: 2,043
  • sloc: ansic: 9,382; xml: 1,148; makefile: 114; 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 "$@"