From dcc4837a237abb01919b3fa837d14a1b03bcc4ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 23 Aug 2007 17:21:23 +0000 Subject: Automatically generate win32/common/config.h via configure (this ensures the win32 version of config.h is up-to-date ... Original commit message from CVS: * configure.ac: * win32/common/config.h: * win32/common/config.h.in: Automatically generate win32/common/config.h via configure (this ensures the win32 version of config.h is up-to-date when a release is made, #433373). config.h.in file might need some more work. --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 1982616b..1c8030ff 100644 --- a/configure.ac +++ b/configure.ac @@ -1070,6 +1070,7 @@ m4/Makefile tests/Makefile tests/check/Makefile tests/icles/Makefile +win32/common/config.h ) AC_OUTPUT -- cgit v1.2.1