VRRPv3 (for IPv6) support, by sumikawa@kame.net
[obnox/wireshark/wip.git] / aclocal-flags
index c58d2e1ac289be129c82a0568c2105d1796cf14a..3c0d25a814cb0352fe289ec8d7dc745772d49fe6 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.2 2000/11/22 04:03:22 gram Exp $
+# $Id: aclocal-flags,v 1.3 2002/03/06 06:33:37 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