File: autogen.sh

package info (click to toggle)
libfprint 1%3A0.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,724 kB
  • ctags: 3,941
  • sloc: ansic: 41,262; makefile: 244; sh: 31; cpp: 9
file content (10 lines) | stat: -rwxr-xr-x 287 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
libtoolize --copy --force || exit 1
aclocal || exit 1
autoheader || exit 1
autoconf || exit 1
automake -a -c || exit 1
if test -z "$NOCONFIGURE"; then
    exec ./configure --enable-maintainer-mode --enable-examples-build \
	--enable-x11-examples-build --enable-debug-log $*
fi