[projects/rc-scripts] fix call to autoheader

glen glen at pld-linux.org
Sat Nov 2 22:21:23 CET 2013


commit a9cf954e9f5a02c71cb62a115cb44f5eba5a8425
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sat Nov 2 23:21:13 2013 +0200

    fix call to autoheader

 autogen.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/autogen.sh b/autogen.sh
index e644114..d0fcd73 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -125,7 +125,7 @@ do
       fi
       echo "Running aclocal $aclocalinclude ..."
       aclocal $aclocalinclude
-      if grep "^AM_CONFIG_HEADER" configure.ac >/dev/null; then
+      if grep "^A[CM]_CONFIG_HEADER" configure.ac >/dev/null; then
 	echo "Running autoheader..."
 	autoheader
       fi
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/projects/rc-scripts.git/commitdiff/a9cf954e9f5a02c71cb62a115cb44f5eba5a8425



More information about the pld-cvs-commit mailing list