This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[committed] Clean up libobjc configure, stage 10/n


Committing as obvious.

Index: libobjc/ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/libobjc/ChangeLog,v
retrieving revision 1.120
diff -u -r1.120 ChangeLog
--- libobjc/ChangeLog	9 Apr 2004 13:08:31 -0000	1.120
+++ libobjc/ChangeLog	9 Apr 2004 13:11:30 -0000
@@ -1,5 +1,8 @@
 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
 
+	* configure.in: Rename to configure.ac.
+	* Makefile.in: Update to match.
+
 	* Makefile.in: Remove toolexecdir, glibcpp_toolexecdir (unused).
 	Replace glibcpp_toolexeclibdir with toolexeclibdir.
 	* configure.in: Remove glibcpp_toolexecdir (unused).
Index: libobjc/Makefile.in
===================================================================
RCS file: /cvs/gcc/gcc/libobjc/Makefile.in,v
retrieving revision 1.34
diff -u -r1.34 Makefile.in
--- libobjc/Makefile.in	9 Apr 2004 13:08:31 -0000	1.34
+++ libobjc/Makefile.in	9 Apr 2004 13:11:30 -0000
@@ -302,7 +302,7 @@
 	CONFIG_SITE=no-such-file CC='$(CC)' AR='$(AR)' CFLAGS='$(CFLAGS)' \
 	CPPFLAGS='$(CPPFLAGS)' $(SHELL) config.status --recheck
 
-${srcdir}/configure: configure.in
+${srcdir}/configure: configure.ac
 	rm -f config.cache
 	cd ${srcdir} && autoconf
 
Index: contrib/ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/contrib/ChangeLog,v
retrieving revision 1.183
diff -u -r1.183 ChangeLog
--- contrib/ChangeLog	2 Apr 2004 00:47:18 -0000	1.183
+++ contrib/ChangeLog	9 Apr 2004 13:11:35 -0000
@@ -1,3 +1,8 @@
+2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
+
+	* gcc_update (files_and_dependencies): libobjc/configure now
+	depends on configure.ac, not configure.in.
+
 2004-04-01  Kelley Cook  <kcook@gcc.gnu.org>
 
 	* gcc_update (files_and_dependencies): Remove gcc/ada/*.texi.
Index: contrib/gcc_update
===================================================================
RCS file: /cvs/gcc/gcc/contrib/gcc_update,v
retrieving revision 1.60
diff -u -r1.60 gcc_update
--- contrib/gcc_update	2 Apr 2004 00:47:19 -0000	1.60
+++ contrib/gcc_update	9 Apr 2004 13:11:35 -0000
@@ -80,7 +80,7 @@
 libf2c/libI77/config.h.in: libf2c/libI77/configure.in libf2c/libI77/stamp-h.in
 libf2c/libU77/configure: libf2c/libU77/configure.in
 libf2c/libU77/stamp-h.in: libf2c/libU77/configure.in libf2c/libU77/acconfig.h
-libobjc/configure: libobjc/configure.in
+libobjc/configure: libobjc/configure.ac
 # fastjar
 fastjar/aclocal.m4: fastjar/configure.ac
 fastjar/Makefile.in: fastjar/Makefile.am fastjar/configure.ac fastjar/aclocal.m4

-- 
Make sure your vote will count.
http://www.verifiedvoting.org/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]