summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2005-07-09 00:45:23 +0000
committerTor Lillqvist <tml@src.gnome.org>2005-07-09 00:45:23 +0000
commitfb021e988cc8486acd5a7bc46939cec2d5d5caaa (patch)
treef31d8d5bf7a0749f30b73de80a6044c8744e3465
parentc0dace5fd9deb9197415ba7c994f392acdfde0ea (diff)
downloadgtk+-fb021e988cc8486acd5a7bc46939cec2d5d5caaa.tar.gz
Drop build/* from AC_CONFIG_FILES.
2005-07-09 Tor Lillqvist <tml@novell.com> * configure.in: Drop build/* from AC_CONFIG_FILES. * Makefile.am: Drop build from SUBDIRS.
-rw-r--r--ChangeLog5
-rw-r--r--ChangeLog.pre-2-105
-rw-r--r--ChangeLog.pre-2-85
-rw-r--r--Makefile.am2
-rw-r--r--configure.in3
5 files changed, 13 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index d064d7507a..d741b9c085 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
2005-07-09 Tor Lillqvist <tml@novell.com>
- * 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 d064d7507a..d741b9c085 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,6 +1,9 @@
2005-07-09 Tor Lillqvist <tml@novell.com>
- * 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 d064d7507a..d741b9c085 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,6 +1,9 @@
2005-07-09 Tor Lillqvist <tml@novell.com>
- * 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 aec8aa8759..b01d91d095 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 af7098bfbd..9ca1e97667 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