summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--configure.ac4
2 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e1748f659dd..ce6dd56ecd5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Tue Mar 25 08:33:55 2003 Ossama Othman <ossama@uci.edu>
+
+ * configure.ac:
+
+ Call the ACE_PROG_EGREP macro to make sure the $EGREP shell
+ variable is set.
+
Tue Mar 25 08:22:03 2003 Ossama Othman <ossama@uci.edu>
* m4/ace.m4:
diff --git a/configure.ac b/configure.ac
index 17b3cf1fd46..099453b0f07 100644
--- a/configure.ac
+++ b/configure.ac
@@ -63,6 +63,10 @@ dnl autoconf support. For more details see the file
dnl \`ACE-configuration.txt'.])
dnl fi dnl test $USE_MAINTAINER_MODE != yes
+dnl Should we use "egrep" or "grep -E"? This sets the "$EGREP" shell
+dnl variable.
+AC_PROG_EGREP
+
dnl If we are configuring in a CVS controlled directory then don't
dnl continue any further. The idea is to prevent automatically
dnl generated files from being checked into the repository. This