do a test that is not only always false, but works with autoconf 2.52 and
authorjacob berkman <jacob@ximian.com>
Wed, 24 Oct 2001 22:17:05 +0000 (22:17 +0000)
committerJacob Berkman <jberkman@src.gnome.org>
Wed, 24 Oct 2001 22:17:05 +0000 (22:17 +0000)
2001-10-24  jacob berkman  <jacob@ximian.com>

* aclocal-include.m4 (AM_ACLOCAL_INCLUDE): do a test that is not
only always false, but works with autoconf 2.52 and isn't trying
to be too smart

svn path=/trunk/; revision=2057

macros/ChangeLog
macros/aclocal-include.m4

index 47ee610..241f9ad 100644 (file)
@@ -1,3 +1,9 @@
+2001-10-24  jacob berkman  <jacob@ximian.com>
+
+       * aclocal-include.m4 (AM_ACLOCAL_INCLUDE): do a test that is not
+       only always false, but works with autoconf 2.52 and isn't trying
+       to be too smart
+
 2001-10-02  Darin Adler  <darin@bentspoon.com>
 
        * autogen.sh: Complete intltool support.
index abf6533..43f9dbc 100644 (file)
@@ -8,7 +8,7 @@
 dnl AM_ACLOCAL_INCLUDE(macrodir)
 AC_DEFUN([AM_ACLOCAL_INCLUDE],
 [
-       AM_CONDITIONAL(INSIDE_GNOME_COMMON, test x = y)
+       AM_CONDITIONAL(INSIDE_GNOME_COMMON, false)
 
        test -n "$ACLOCAL_FLAGS" && ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"