Skip to content

Commit

Permalink
Tweak remove acconfig.h dependency
Browse files Browse the repository at this point in the history
Now we use the 3 arguments AC_DEFINE there is no need for a acconfig.h
with bootstrap info for config.h.in we removed acconfig.h long time ago
but the Makefile still had a dependency.
  • Loading branch information
Marco van Wieringen committed May 5, 2013
1 parent 10c46bf commit e5b9136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Expand Up @@ -77,7 +77,7 @@ config.status:
if test -x config.status; then config.status --recheck; \
else $(SHELL) configure; fi

autoconf/config.h.in: autoconf/configure.in autoconf/acconfig.h
autoconf/config.h.in: autoconf/configure.in
cd $(srcdir);
${RMF} config.cache config.log config.out config.status src/config.h
autoheader --prepend-include=$(srcdir)/autoconf \
Expand Down

0 comments on commit e5b9136

Please sign in to comment.