- run aclocal before libtool

- adjust path as required on FreeBSD
- mark as executable

git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@379 185d5e19-27fe-0310-9dcf-9bff6b9f3609
This commit is contained in:
Dag-Erling Smørgrav 2006-03-14 14:36:49 +00:00
parent 1cde223f6d
commit 9a4dc99d0b
1 changed files with 6 additions and 2 deletions

8
autogen.sh Normal file → Executable file
View File

@ -1,10 +1,14 @@
#!/bin/sh -ex #!/bin/sh
# #
# $Id$ # $Id$
# #
libtoolize --copy --force if [ -d /usr/local/gnu-autotools/bin ] ; then
export PATH=${PATH}:/usr/local/gnu-autotools/bin
fi
aclocal aclocal
libtoolize --copy --force
autoheader autoheader
automake -a -c --foreign automake -a -c --foreign
autoconf autoconf