summaryrefslogtreecommitdiff
path: root/aclocal-flags
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@itojun.org>2002-03-06 06:33:37 +0000
committerJun-ichiro itojun Hagino <itojun@itojun.org>2002-03-06 06:33:37 +0000
commit0ee492780ff2d66223c93b2553395402b98fb316 (patch)
treeb3fb7d7149369525ad8fed86beabec29590b35e4 /aclocal-flags
parentac8bc4249fcbe497481e62eec9173136a3b95f7f (diff)
downloadwireshark-0ee492780ff2d66223c93b2553395402b98fb316.tar.gz
VRRPv3 (for IPv6) support, by sumikawa@kame.net
svn path=/trunk/; revision=4885
Diffstat (limited to 'aclocal-flags')
-rwxr-xr-xaclocal-flags12
1 files changed, 6 insertions, 6 deletions
diff --git a/aclocal-flags b/aclocal-flags
index c58d2e1ac2..3c0d25a814 100755
--- a/aclocal-flags
+++ b/aclocal-flags
@@ -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