Commit 0fcb565fd0349d78404b2b0cce2902df43725eba

Authored by Georg Hopp
1 parent 7736ca2b

another try to fix this strange reconfigure thing

Showing 2 changed files with 3 additions and 2 deletions
1   -ACLOCAL_AMFLAGS = -I m4
  1 +#ACLOCAL_AMFLAGS = -I m4
2 2
3 3 bin_PROGRAMS = create_token
4 4 create_token_SOURCES = base64.c createToken.c
... ...
... ... @@ -15,6 +15,8 @@
15 15
16 16 @SET_MAKE@
17 17
  18 +#ACLOCAL_AMFLAGS = -I m4
  19 +
18 20 VPATH = @srcdir@
19 21 pkgdatadir = $(datadir)/@PACKAGE@
20 22 pkgincludedir = $(includedir)/@PACKAGE@
... ... @@ -242,7 +244,6 @@ target_alias = @target_alias@
242 244 top_build_prefix = @top_build_prefix@
243 245 top_builddir = @top_builddir@
244 246 top_srcdir = @top_srcdir@
245   -ACLOCAL_AMFLAGS = -I m4
246 247 create_token_SOURCES = base64.c createToken.c
247 248 create_token_LDADD = src/libtoken.la $(LIBOBJS)
248 249 create_token_CFLAGS = -I include
... ...
Please register or login to post a comment