From 9127a7edd2d1f6862364585b0e38b5063b43b291 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 2 Mar 2013 13:26:45 +0100 Subject: [PATCH] Makefile.am: make autoreconf work --- Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 5a9d76a..cdaadba 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,11 +14,10 @@ # this program; if not, write to the Free Software Foundation, Inc., # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. -# auxdir = @ac_aux_dir@ -auxdir = config +auxdir = @ac_aux_dir@ AUTOMAKE_OPTIONS = 1.8 dist-bzip2 foreign nostdinc no-dist-gzip -ACLOCAL_AMFLAGS = -I $(auxdir) +ACLOCAL_AMFLAGS = -I config SUBDIRS = $(auxdir) html src