From b41f934a57b07ff6a65e6d52cd576214c7fbf0f0 Mon Sep 17 00:00:00 2001 From: mathias Date: Tue, 10 May 2005 08:09:19 +0000 Subject: `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. --- ChangeLog | 2 ++ configure.in | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b42ffbf..294c1db 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 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.]) AC_MSG_RESULT([]) dnl Output files -AM_CONFIG_HEADER(config.h) +AC_CONFIG_HEADER(config.h) AC_OUTPUT(Makefile version.h -- cgit v0.11.2