X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=blobdiff_plain;f=buildconf.sh;fp=buildconf.sh;h=1850bae2af30208d88f3e39be4e35580b6d60847;hp=a889bdb99a2a7e61d8d85d40d4f6a77ca53fe117;hb=761d5898b2ca24ab25601510b04653af69eae4bc;hpb=a0042915b20e2a1d15efa254c35e22cf09e0796a diff --git a/buildconf.sh b/buildconf.sh index a889bdb..1850bae 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -4,6 +4,7 @@ automake=automake aclocal=aclocal autoconf=autoconf libtoolize=libtoolize +autoheader=autoheader test -d config || mkdir config if [ -d .git ]; then @@ -17,6 +18,7 @@ if [ "`uname -s`" = FreeBSD ]; then aclocal="aclocal19 -I /usr/local/share/aclocal" autoconf=autoconf259 libtoolize=libtoolize15 + autoheader=autoheader259 fi if [ "`uname -s`" = Darwin ]; then @@ -35,6 +37,9 @@ fi set -x $aclocal -I m4 +if grep AC_CONFIG_HEADERS configure.ac >/dev/null; then + $autoheader +fi $libtoolize --automake --force $automake --add-missing $autoconf