automake-patches
[Top][All Lists]
Advanced

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

FYI: distribute configure{,.in,.ac} once


From: Alexandre Duret-Lutz
Subject: FYI: distribute configure{,.in,.ac} once
Date: Sat, 27 Dec 2003 16:39:30 +0100
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux)

I'm installing this on HEAD and branch-1-8.  This is mostly cosmetic.

2003-12-27  Alexandre Duret-Lutz  <address@hidden>

        * automake.in (@common_files): Move configure, configure.ac, and
        configure.in ...
        (@common_sometimes): ... here so that these files do not appear
        twice in DIST_COMMON.

Index: Makefile.in
===================================================================
RCS file: /cvs/automake/automake/Makefile.in,v
retrieving revision 1.477
diff -u -r1.477 Makefile.in
--- Makefile.in 15 Dec 2003 22:36:43 -0000      1.477
+++ Makefile.in 27 Dec 2003 15:36:56 -0000
@@ -37,7 +37,7 @@
 subdir = .
 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
        $(srcdir)/Makefile.in $(top_srcdir)/configure AUTHORS COPYING \
-       ChangeLog INSTALL NEWS THANKS TODO configure configure.ac
+       ChangeLog INSTALL NEWS THANKS TODO
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/m4/amversion.m4 \
        $(top_srcdir)/m4/auxdir.m4 $(top_srcdir)/m4/init.m4 \
Index: automake.in
===================================================================
RCS file: /cvs/automake/automake/automake.in,v
retrieving revision 1.1527
diff -u -r1.1527 automake.in
--- automake.in 27 Dec 2003 01:38:41 -0000      1.1527
+++ automake.in 27 Dec 2003 15:37:00 -0000
@@ -214,14 +214,15 @@
     (qw(ABOUT-GNU ABOUT-NLS AUTHORS BACKLOG COPYING COPYING.DOC COPYING.LIB
        COPYING.LESSER ChangeLog INSTALL NEWS README THANKS TODO
        ansi2knr.1 ansi2knr.c compile config.guess config.rpath config.sub
-       configure configure.ac configure.in depcomp elisp-comp
-       install-sh libversion.in mdate-sh missing mkinstalldirs
-       py-compile texinfo.tex ylwrap),
+       depcomp elisp-comp install-sh libversion.in mdate-sh missing
+       mkinstalldirs py-compile texinfo.tex ylwrap),
      @libtool_files, @libtool_sometimes);
 
-# Commonly used files we auto-include, but only sometimes.
+# Commonly used files we auto-include, but only sometimes.  This list
+# is used for the --help output only.
 my @common_sometimes =
-    qw(aclocal.m4 acconfig.h config.h.top config.h.bot stamp-vti);
+  qw(aclocal.m4 acconfig.h config.h.top config.h.bot configure
+     configure.ac configure.in stamp-vti);
 
 # Standard directories from the GNU Coding Standards, and additional
 # pkg* directories from Automake.  Stored in a hash for fast member check.

-- 
Alexandre Duret-Lutz





reply via email to

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