aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--configure.in2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b42ffbf..294c1db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
1(Format: Year/Month/Day) 1(Format: Year/Month/Day)
2Changes for 0.9.13 2Changes 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.])
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