diff options
author | Javier Jardón <jjardon@gnome.org> | 2011-08-17 00:18:03 +0800 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2011-08-17 19:09:41 +0800 |
commit | 641eee8befe742a34cd872fc1378cce99622fd90 (patch) | |
tree | eec55fd2f0f4d9b3233258c2382bbc5df95224fa /Makefile.am | |
parent | 434e50f056b8f3cb5043bf478f2716d7bc2c4cad (diff) | |
download | gsoc2013-empathy-641eee8befe742a34cd872fc1378cce99622fd90.tar.gz gsoc2013-empathy-641eee8befe742a34cd872fc1378cce99622fd90.tar.zst gsoc2013-empathy-641eee8befe742a34cd872fc1378cce99622fd90.zip |
build: Update autotools config a bit
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 c1bed60f6..3b88fe0d9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,7 +9,7 @@ if HAVE_NST SUBDIRS += $(NST_SUBDIRS) endif -ACLOCAL_AMFLAGS = -I m4 +ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} DISTCHECK_CONFIGURE_FLAGS = \ --disable-scrollkeeper \ |