summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJavier Jardón <javier.jardon@codethink.co.uk>2011-02-17 11:55:36 +0000
committerDan Nicholson <dbn.lists@gmail.com>2012-05-23 05:45:20 -0700
commit7a8cc77163bdf5f648326cd31f528400ebc8fbcb (patch)
tree42a45b354c9f5071cbb251df43246b79ab678e30 /Makefile.am
parentd575f1e5ea011d8c68c7cbfc40184f36bbcd5ead (diff)
downloadpkg-config-7a8cc77163bdf5f648326cd31f528400ebc8fbcb.tar.gz
Update autotools configuration
Replace deprecated macros and use the new libtool syntax. The required versions of the tools have been bumped up to match the versions of the bundled glib. This was effectively the requirement, anyway. The new required autotools versions are: autoconf-2.62 (released 2008-04-08) automake-1.11 (released 2009-05-17) libtool-2.2 (released 2008-03-01) Also use silent rules to quiet the build a bit. Freedesktop #34382
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 3bbcd6f..312d109 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,3 +1,5 @@
+ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS}
+
pkg_config_LDADD=@GLIB_LIBS@
if INTERNAL_GLIB