changeset 4990:786556485e91 HEAD

Comment out the configurable dir environments.
author Timo Sirainen <tss@iki.fi>
date Thu, 04 Jan 2007 15:22:01 +0200
parents 6acd005ad980
children e4afafbb963b
files autogen.sh
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/autogen.sh	Thu Jan 04 02:54:24 2007 +0200
+++ b/autogen.sh	Thu Jan 04 15:22:01 2007 +0200
@@ -1,8 +1,8 @@
 #!/bin/sh
 
 # If you've non-standard directories, set these
-ACLOCAL_DIR=
-GETTEXT_DIR=
+#ACLOCAL_DIR=
+#GETTEXT_DIR=
 
 if test "$ACLOCAL_DIR" != ""; then
   ACLOCAL="aclocal -I $ACLOCAL_DIR"