diff options
author | Javier Jardón <jjardon@gnome.org> | 2011-08-26 12:14:20 +0100 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2011-08-26 12:14:20 +0100 |
commit | 21d9aa998c54583b02a83b10c42fb1faf9468686 (patch) | |
tree | 071801bc57f9c7c6ff09bef63ad34ee09689710d /Makefile.am | |
parent | 882aeed875e1eb90af261265e0036466c3eac455 (diff) | |
download | gobject-introspection-21d9aa998c54583b02a83b10c42fb1faf9468686.tar.gz |
Update autotools configuration
Replace deprecated autoconf macros
Use new libtool syntax
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index f32889ff..7f812852 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,7 +23,7 @@ include Makefile-gir.am include Makefile-tools.am ## Process this file with automake to produce Makefile.in -ACLOCAL_AMFLAGS = -I m4 +ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} SUBDIRS = . docs tests |