summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2003-03-25 16:36:47 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2003-03-25 16:36:47 +0000
commit0674527464c810348889b9c0a0516384cd31f1be (patch)
tree4e3c14971a865122483425b7a1f2bd4fba4c799d
parent8c08f93f7ce372352f7e1591e80e5d6fd6adbb83 (diff)
downloadATCD-0674527464c810348889b9c0a0516384cd31f1be.tar.gz
ChangeLogTag:Tue Mar 25 08:33:55 2003 Ossama Othman <ossama@uci.edu>
-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