Proper autoconf

This commit is contained in:
Dariusz Dwornikowski
2014-05-06 20:13:01 +02:00
parent c8b79a7514
commit fca2a9e170
12 changed files with 21 additions and 34895 deletions

View File

@@ -1,10 +1,3 @@
#!/bin/sh
ACFLAGS=""
if [ -d /usr/local/share/aclocal ]; then
ACFLAGS="-I /usr/local/share/aclocal"
fi
aclocal ${ACFLAGS}
automake --add-missing --foreign --copy
autoconf
autoreconf -i