diff options
author | Jun-ichiro itojun Hagino <itojun@itojun.org> | 2002-03-06 06:36:22 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@itojun.org> | 2002-03-06 06:36:22 +0000 |
commit | b208c33e01e5f3b0e9717547f5fd3f5000c1d6a3 (patch) | |
tree | c7c58f4e24c5e8dcab82ea2fe02a9b22a6cc5827 /aclocal-flags | |
parent | 0ee492780ff2d66223c93b2553395402b98fb316 (diff) | |
download | wireshark-b208c33e01e5f3b0e9717547f5fd3f5000c1d6a3.tar.gz wireshark-b208c33e01e5f3b0e9717547f5fd3f5000c1d6a3.tar.bz2 wireshark-b208c33e01e5f3b0e9717547f5fd3f5000c1d6a3.zip |
1.3 was committed by mistake
svn path=/trunk/; revision=4886
Diffstat (limited to 'aclocal-flags')
-rwxr-xr-x | aclocal-flags | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/aclocal-flags b/aclocal-flags index 3c0d25a814..ba3a519033 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.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 |