aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authormathias <mathias>2005-05-10 08:09:19 (GMT)
committermathias <mathias>2005-05-10 08:09:19 (GMT)
commitb41f934a57b07ff6a65e6d52cd576214c7fbf0f0 (patch)
tree839ca830d37251d72c098f4cbef3193418772e51 /configure.in
parent318d76b47c76e5473c8f95dcb011e8e1f34d6e8e (diff)
downloadfluxbox-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.in2
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.])
571AC_MSG_RESULT([]) 571AC_MSG_RESULT([])
572 572
573dnl Output files 573dnl Output files
574AM_CONFIG_HEADER(config.h) 574AC_CONFIG_HEADER(config.h)
575 575
576AC_OUTPUT(Makefile 576AC_OUTPUT(Makefile
577version.h 577version.h