bug-automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS Automake vs. CVS Autoconf


From: Akim Demaille
Subject: CVS Automake vs. CVS Autoconf
Date: Fri, 20 Jun 2003 09:33:25 +0200
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux)

For some reason, CVS Automake seems to be seriously stammering.  This
is on CVS Autoconf' Makefiles:

Index: Makefile.in
===================================================================
RCS file: /cvsroot/autoconf/autoconf/Makefile.in,v
retrieving revision 1.198
diff -u -u -r1.198 Makefile.in
--- Makefile.in 23 May 2003 13:09:29 -0000 1.198
+++ Makefile.in 20 Jun 2003 07:24:30 -0000
@@ -34,10 +34,11 @@
 NORMAL_UNINSTALL = :
 PRE_UNINSTALL = :
 POST_UNINSTALL = :
-DIST_COMMON = Makefile.in Makefile.am COPYING INSTALL NEWS README \
-       AUTHORS ChangeLog THANKS aclocal.m4 configure configure.ac \
-       $(am__configure_deps) README-alpha AUTHORS COPYING ChangeLog \
-       INSTALL NEWS README THANKS TODO configure configure.ac
+DIST_COMMON = Makefile.in Makefile.am COPYING COPYING INSTALL INSTALL \
+       NEWS NEWS README README AUTHORS AUTHORS ChangeLog ChangeLog \
+       THANKS aclocal.m4 configure configure.ac $(am__configure_deps) \
+       README-alpha AUTHORS COPYING ChangeLog INSTALL NEWS README \
+       THANKS TODO configure configure.ac

...

Actually, would there be a problem with sort+uniq here?  That would
even guarantee a better determiniscality (ouch!  deterministicness?)

Index: tests/Makefile.in
===================================================================
RCS file: /cvsroot/autoconf/autoconf/tests/Makefile.in,v
retrieving revision 1.134
diff -u -u -r1.134 Makefile.in
--- tests/Makefile.in 23 May 2003 13:09:30 -0000 1.134
+++ tests/Makefile.in 20 Jun 2003 07:24:33 -0000
@@ -34,8 +34,10 @@
 PRE_UNINSTALL = :
 POST_UNINSTALL = :
 DIST_COMMON = $(srcdir)/../lib/freeze.mk Makefile.in Makefile.am \
-       atlocal.in wrapper.in wrapper.in wrapper.in wrapper.in \
-       wrapper.in wrapper.in wrapper.in
+       atlocal.in atlocal.in wrapper.in wrapper.in wrapper.in \
+       wrapper.in wrapper.in wrapper.in wrapper.in wrapper.in \
+       wrapper.in wrapper.in wrapper.in wrapper.in wrapper.in \
+       wrapper.in
 subdir = tests
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__configure_deps = $(top_srcdir)/config/m4.m4

This is because

   # Initialize the test suite and build position independent wrappers.
   AC_CONFIG_TESTDIR([tests])
   AC_CONFIG_FILES([tests/Makefile tests/atlocal])
   AC_CONFIG_FILES([tests/autoconf:tests/wrapper.in],
                   [chmod +x tests/autoconf])
   AC_CONFIG_FILES([tests/autoheader:tests/wrapper.in],
                   [chmod +x tests/autoheader])
   AC_CONFIG_FILES([tests/autom4te:tests/wrapper.in],
                   [chmod +x tests/autom4te])
   AC_CONFIG_FILES([tests/autoreconf:tests/wrapper.in],
                   [chmod +x tests/autoreconf])
   AC_CONFIG_FILES([tests/autoscan:tests/wrapper.in],
                   [chmod +x tests/autoscan])
   AC_CONFIG_FILES([tests/autoupdate:tests/wrapper.in],
                   [chmod +x tests/autoupdate])
   AC_CONFIG_FILES([tests/ifnames:tests/wrapper.in],
                   [chmod +x tests/ifnames])
   AC_PATH_PROG(EXPR, expr)

but there are even more of these than before.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]