diff options
author | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2012-10-31 20:40:51 +0000 |
---|---|---|
committer | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2012-10-31 20:40:51 +0000 |
commit | 6a1d3275de281bb180601170aea36a0da98167f8 (patch) | |
tree | f18bad92a8fd5d32698460338660f0888c3c78a8 /Makefile.am | |
parent | f80f878d4c04cdc0ca81f2380e4769f73b3f49c4 (diff) |
e: Use autoreconf
SVN revision: 78722
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index e574d5ca8..17c74b1fa 100644 --- a/Makefile.am +++ b/Makefile.am | |||
@@ -1,5 +1,7 @@ | |||
1 | SUBDIRS = src data doc config | 1 | SUBDIRS = src data doc config |
2 | 2 | ||
3 | ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} | ||
4 | |||
3 | if HAVE_PO | 5 | if HAVE_PO |
4 | 6 | ||
5 | SUBDIRS += po | 7 | SUBDIRS += po |
@@ -70,8 +72,6 @@ EXTRA_DIST = config.rpath README AUTHORS COPYING \ | |||
70 | filesdir = $(datadir)/enlightenment/ | 72 | filesdir = $(datadir)/enlightenment/ |
71 | files_DATA = AUTHORS COPYING | 73 | files_DATA = AUTHORS COPYING |
72 | 74 | ||
73 | ACLOCAL_AMFLAGS = -I m4 | ||
74 | |||
75 | pkgconfigdir = $(libdir)/pkgconfig | 75 | pkgconfigdir = $(libdir)/pkgconfig |
76 | pkgconfig_DATA = enlightenment.pc | 76 | pkgconfig_DATA = enlightenment.pc |
77 | 77 | ||