diff options
author | Javier Jardón <jjardon@gnome.org> | 2010-05-12 18:28:25 +0200 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2010-05-13 15:54:01 +0200 |
commit | 9e630dc17d411055c82eda3f136a1e122e7c77a3 (patch) | |
tree | f11bf12da68601bb7a0bf79b91432dec10c1bab4 /Makefile.am | |
parent | 1205012cb422bfe2b09e954f2fcdbee11ba1fc47 (diff) | |
download | gtk+-9e630dc17d411055c82eda3f136a1e122e7c77a3.tar.gz |
Clean autotools configuration a bit
New requirements:
automake >= 1.10
libtool >= 2.2
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index c98a801bc7..522df65b05 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,8 +4,7 @@ include $(top_srcdir)/Makefile.decl SRC_SUBDIRS = gdk-pixbuf gdk gtk modules demos tests perf contrib SUBDIRS = po po-properties $(SRC_SUBDIRS) docs m4macros build -AUTOMAKE_OPTIONS = 1.7 -ACLOCAL_AMFLAGS = -I m4 +ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} EXTRA_DIST += \ HACKING \ |