`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.
This commit is contained in:
parent
318d76b47c
commit
b41f934a57
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
(Format: Year/Month/Day)
|
||||
Changes for 0.9.13
|
||||
*05/05/10:
|
||||
* minor tweak to configure.in (thanx php-coder)
|
||||
*05/05/09:
|
||||
* Fix for fbrun and completion (thanx Vadim)
|
||||
TextBox.hh fbrun.cc
|
||||
|
|
|
@ -571,7 +571,7 @@ AC_MSG_RESULT([Building with '$LIBS' for linker flags.])
|
|||
AC_MSG_RESULT([])
|
||||
|
||||
dnl Output files
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
AC_CONFIG_HEADER(config.h)
|
||||
|
||||
AC_OUTPUT(Makefile
|
||||
version.h
|
||||
|
|
Loading…
Reference in a new issue