[arch-commits] Commit in gconf/trunk (PKGBUILD)

Jan de Groot jgc at archlinux.org
Sat Jul 26 10:03:30 UTC 2008


    Date: Saturday, July 26, 2008 @ 06:03:29
  Author: jgc
Revision: 6650

Fix build with recent autotools

Modified:
  gconf/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-07-26 05:33:42 UTC (rev 6649)
+++ PKGBUILD	2008-07-26 10:03:29 UTC (rev 6650)
@@ -27,7 +27,7 @@
   libtoolize --force --copy || return 1
   aclocal || return 1
   autoconf || return 1
-  automake || return 1
+  automake --add-missing || return 1
   sed -i -e 's/@LDAP_SUPPORT_TRUE@/#/' backends/Makefile.in
   ./configure --prefix=/usr --sysconfdir=/etc \
               --localstatedir=/var --libexecdir=/usr/lib/GConf \





More information about the arch-commits mailing list