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 | |
parent | 318d76b47c76e5473c8f95dcb011e8e1f34d6e8e (diff) | |
download | fluxbox_pavel-b41f934a57b07ff6a65e6d52cd576214c7fbf0f0.zip fluxbox_pavel-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.
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,7 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.13 | 2 | Changes for 0.9.13 |
3 | *05/05/10: | ||
4 | * minor tweak to configure.in (thanx php-coder) | ||
3 | *05/05/09: | 5 | *05/05/09: |
4 | * Fix for fbrun and completion (thanx Vadim) | 6 | * Fix for fbrun and completion (thanx Vadim) |
5 | TextBox.hh fbrun.cc | 7 | TextBox.hh fbrun.cc |
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 |