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