From fb021e988cc8486acd5a7bc46939cec2d5d5caaa Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sat, 9 Jul 2005 00:45:23 +0000 Subject: [PATCH] Drop build/* from AC_CONFIG_FILES. 2005-07-09 Tor Lillqvist * configure.in: Drop build/* from AC_CONFIG_FILES. * Makefile.am: Drop build from SUBDIRS. --- ChangeLog | 5 ++++- ChangeLog.pre-2-10 | 5 ++++- ChangeLog.pre-2-8 | 5 ++++- Makefile.am | 2 +- configure.in | 3 --- 5 files changed, 13 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index d064d7507..d741b9c08 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,9 @@ 2005-07-09 Tor Lillqvist - * configure.in: Look for windres on Win32. + * configure.in: Look for windres on Win32. Drop build/* from + AC_CONFIG_FILES. + + * Makefile.am: Drop build from SUBDIRS. * gdk/win32/rc/Makefile.am * gdk/Makefile.am diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index d064d7507..d741b9c08 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,6 +1,9 @@ 2005-07-09 Tor Lillqvist - * configure.in: Look for windres on Win32. + * configure.in: Look for windres on Win32. Drop build/* from + AC_CONFIG_FILES. + + * Makefile.am: Drop build from SUBDIRS. * gdk/win32/rc/Makefile.am * gdk/Makefile.am diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index d064d7507..d741b9c08 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,6 +1,9 @@ 2005-07-09 Tor Lillqvist - * configure.in: Look for windres on Win32. + * configure.in: Look for windres on Win32. Drop build/* from + AC_CONFIG_FILES. + + * Makefile.am: Drop build from SUBDIRS. * gdk/win32/rc/Makefile.am * gdk/Makefile.am diff --git a/Makefile.am b/Makefile.am index aec8aa875..b01d91d09 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ ## Makefile.am for GTK+ SRC_SUBDIRS = gdk-pixbuf gdk gtk modules demos tests contrib -SUBDIRS = po po-properties $(SRC_SUBDIRS) docs build m4macros +SUBDIRS = po po-properties $(SRC_SUBDIRS) docs m4macros # require automake 1.4 AUTOMAKE_OPTIONS = 1.7 diff --git a/configure.in b/configure.in index af7098bfb..9ca1e9766 100644 --- a/configure.in +++ b/configure.in @@ -1674,9 +1674,6 @@ gtk+-2.0-uninstalled.pc m4macros/Makefile po/Makefile.in po-properties/Makefile.in -build/Makefile -build/win32/Makefile -build/win32/dirent/Makefile demos/Makefile demos/gtk-demo/Makefile demos/gtk-demo/geninclude.pl -- 2.43.2