RIP configure.in, welcome configure.ac. Update scripts and documentation

accordingly.
This commit is contained in:
mmdolze
2013-03-24 14:04:21 +00:00
parent 099b0c6274
commit 3e2d42af69
6 changed files with 11 additions and 9 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ fi
echo "Running aclocal ..."
$ACLOCAL
if grep "^A[CM]_CONFIG_HEADER" configure.in >/dev/null; then
if grep "^A[CM]_CONFIG_HEADER" configure.ac >/dev/null; then
echo "Running autoheader..."
$AUTOHEADER
fi