Proper autoconf
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user