diff options
author | mathias <mathias> | 2005-05-10 08:09:19 (GMT) |
---|---|---|
committer | mathias <mathias> | 2005-05-10 08:09:19 (GMT) |
commit | b41f934a57b07ff6a65e6d52cd576214c7fbf0f0 (patch) | |
tree | 839ca830d37251d72c098f4cbef3193418772e51 /configure.in | |
parent | 318d76b47c76e5473c8f95dcb011e8e1f34d6e8e (diff) | |
download | fluxbox-b41f934a57b07ff6a65e6d52cd576214c7fbf0f0.zip fluxbox-b41f934a57b07ff6a65e6d52cd576214c7fbf0f0.tar.bz2 |
`AM_CONFIG_HEADER'
Automake will generate rules to automatically regenerate the
config header. This obsolete macro is a synonym of
`AC_CONFIG_HEADERS' today (*note Optional::).
so we use the nonobsolete now, thanx php-coder for pointing that out.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 604c5eb..1f3fa71 100644 --- a/configure.in +++ b/configure.in | |||
@@ -571,7 +571,7 @@ AC_MSG_RESULT([Building with '$LIBS' for linker flags.]) | |||
571 | AC_MSG_RESULT([]) | 571 | AC_MSG_RESULT([]) |
572 | 572 | ||
573 | dnl Output files | 573 | dnl Output files |
574 | AM_CONFIG_HEADER(config.h) | 574 | AC_CONFIG_HEADER(config.h) |
575 | 575 | ||
576 | AC_OUTPUT(Makefile | 576 | AC_OUTPUT(Makefile |
577 | version.h | 577 | version.h |