]> git.pld-linux.org Git - packages/gabber.git/commitdiff
- removed using AM_ACLOCAL_INCLUDE macro which is in current form incompatible with
authorkloczek <kloczek@pld-linux.org>
Wed, 25 Sep 2002 18:26:27 +0000 (18:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  autoconf 2.5x.

Changed files:
    gabber-ac_fixes.patch -> 1.4

gabber-ac_fixes.patch [new file with mode: 0644]

diff --git a/gabber-ac_fixes.patch b/gabber-ac_fixes.patch
new file mode 100644 (file)
index 0000000..3e01734
--- /dev/null
@@ -0,0 +1,20 @@
+--- gabber-0.8.7/configure.in~ Wed Sep 25 18:30:33 2002
++++ gabber-0.8.7/configure.in  Wed Sep 25 18:30:33 2002
+@@ -6,17 +6,6 @@
+ AC_PREFIX_DEFAULT(/usr/local)
+ AM_PROG_XML_I18N_TOOLS
+-dnl Pick up the Gnome macros.
+-if test -z "$ACLOCAL_FLAGS" ; then
+-  if test -d "$acldir/gnome-macros" -a -r "$acldir/gnome-macros/autogen.sh" ; then
+-    AM_ACLOCAL_INCLUDE($acldir/gnome-macros)
+-   elif test -d "$acldir/gnome" -a -r "$acldir/gnome/autogen.sh" ; then
+-     AM_ACLOCAL_INCLUDE($acldir/gnome)
+-   elif test -d "$srcdir/macros" -a -r "$srcdir/macros/autogen.sh" ; then
+-     AM_ACLOCAL_INCLUDE($srcdir/macros)
+-   fi
+-fi
+-
+ GNOME_COMMON_INIT
+ GNOME_INIT
This page took 0.070119 seconds and 4 git commands to generate.