1.3 was committed by mistake
[obnox/wireshark/wip.git] / aclocal-flags
index 3c0d25a814cb0352fe289ec8d7dc745772d49fe6..ba3a519033d819879a8fab10bd611916b7623843 100755 (executable)
@@ -21,7 +21,7 @@
 # "aclocal" will look in that directory twice, and get well and truly
 # confused, reporting a ton of duplicate macro definitions.)
 #
-# $Id: aclocal-flags,v 1.3 2002/03/06 06:33:37 itojun Exp $
+# $Id: aclocal-flags,v 1.4 2002/03/06 06:36:22 itojun Exp $
 #
 
 #
@@ -48,9 +48,9 @@ fi
 # Add the "-I" flag only if neither of those strings are empty, and
 # they're different.
 #
-#if [ ! -z "$aclocal_dir" -a ! -z "$gtk_aclocal_dir" \
-#    -a "$aclocal_dir" != "$gtk_aclocal_dir" ]
-#then
-#      echo "-I $gtk_aclocal_dir"
-#fi
+if [ ! -z "$aclocal_dir" -a ! -z "$gtk_aclocal_dir" \
+    -a "$aclocal_dir" != "$gtk_aclocal_dir" ]
+then
+       echo "-I $gtk_aclocal_dir"
+fi
 exit 0