From 0fcb565fd0349d78404b2b0cce2902df43725eba Mon Sep 17 00:00:00 2001 From: Georg Hopp Date: Tue, 15 Nov 2011 13:49:47 +0100 Subject: [PATCH] another try to fix this strange reconfigure thing --- Makefile.am | 2 +- Makefile.in | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 731f268..020af5d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -ACLOCAL_AMFLAGS = -I m4 +#ACLOCAL_AMFLAGS = -I m4 bin_PROGRAMS = create_token create_token_SOURCES = base64.c createToken.c diff --git a/Makefile.in b/Makefile.in index 06c4db7..37325ca 100644 --- a/Makefile.in +++ b/Makefile.in @@ -15,6 +15,8 @@ @SET_MAKE@ +#ACLOCAL_AMFLAGS = -I m4 + VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ @@ -242,7 +244,6 @@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -ACLOCAL_AMFLAGS = -I m4 create_token_SOURCES = base64.c createToken.c create_token_LDADD = src/libtoken.la $(LIBOBJS) create_token_CFLAGS = -I include