grep-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changes to grep/configure.ac.in,v


From: Tony Abou-Assaleh
Subject: Changes to grep/configure.ac.in,v
Date: Sun, 01 Feb 2009 05:46:45 +0000

CVSROOT:        /sources/grep
Module name:    grep
Changes by:     Tony Abou-Assaleh <taa> 09/02/01 05:46:45

Index: configure.ac.in
===================================================================
RCS file: /sources/grep/grep/configure.ac.in,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- configure.ac.in     1 Feb 2009 05:25:18 -0000       1.10
+++ configure.ac.in     1 Feb 2009 05:46:45 -0000       1.11
@@ -160,4 +160,16 @@
        AC_CHECK_LIB(pcre, pcre_exec)
 fi
 
-AC_OUTPUT(Makefile lib/Makefile lib/posix/Makefile src/Makefile tests/Makefile 
po/Makefile.in intl/Makefile doc/Makefile m4/Makefile vms/Makefile 
bootstrap/Makefile, [sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > 
po/Makefile; echo timestamp > stamp-h])
+AC_CONFIG_FILES([Makefile
+                                lib/Makefile
+                                lib/posix/Makefile
+                                src/Makefile
+                                tests/Makefile
+                                po/Makefile.in
+                                intl/Makefile
+                                doc/Makefile
+                                m4/Makefile
+                                vms/Makefile
+                                bootstrap/Makefile])
+AC_CONFIG_COMMANDS([stamp-h], [echo timestamp > stamp-h])
+AC_OUTPUT




reply via email to

[Prev in Thread] Current Thread [Next in Thread]