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

tpowa at nymeria.archlinux.org tpowa at nymeria.archlinux.org
Wed Jan 23 20:42:10 UTC 2013


    Date: Wednesday, January 23, 2013 @ 21:42:10
  Author: tpowa
Revision: 175905

fix building with new automake

Modified:
  lirc/trunk/PKGBUILD

----------+
 PKGBUILD |    2 ++
 1 file changed, 2 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-01-23 19:17:08 UTC (rev 175904)
+++ PKGBUILD	2013-01-23 20:42:10 UTC (rev 175905)
@@ -36,6 +36,8 @@
       -e 's/@X_LIBS@//g' \
       -e 's/@X_PRE_LIBS@//g' \
       -e 's/@X_EXTRA_LIBS@//g' -i Makefile.am tools/Makefile.am
+  # fix for new automake #33497
+  sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADER/' configure.ac
   libtoolize
   autoreconf
 




More information about the arch-commits mailing list