bug-tar
[Top][All Lists]
Advanced

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

[Bug-tar] renamed config/ to build-aux/


From: Paul Eggert
Subject: [Bug-tar] renamed config/ to build-aux/
Date: Mon, 04 Apr 2005 11:39:11 -0700
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.4 (gnu/linux)

After the recent change to gnulib to rename config/ to build-aux/ (see
the thread starting at
<http://lists.gnu.org/archive/html/bug-gnulib/2005-03/msg00119.html>
for why) a build of GNU tar from CVS stopped working, as some files
were put into build-aux and others into config.  The simplest and most
logical fix fix was to switch to the new convention of naming that
directory build-aux, so I installed this change:

2005-04-04  Paul Eggert  <address@hidden>

        * configure.ac (AC_CONFIG_AUX_DIR): Rename from config to build-aux,
        for reasons discussed in the thread beginning at
        <http://lists.gnu.org/archive/html/bug-gnulib/2005-03/msg00119.html>.
        * .cvsignore: Remove config; add build-aux.

Index: configure.ac
===================================================================
RCS file: /cvsroot/tar/tar/configure.ac,v
retrieving revision 1.54
diff -p -u -r1.54 configure.ac
--- configure.ac        18 Jan 2005 01:10:12 -0000      1.54
+++ configure.ac        4 Apr 2005 18:32:02 -0000
@@ -20,7 +20,7 @@
 
 AC_INIT([GNU tar], [1.15.2], address@hidden)
 AC_CONFIG_SRCDIR([src/tar.c])
-AC_CONFIG_AUX_DIR([config])
+AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_HEADERS([config.h:config.hin])
 AC_PREREQ([2.59])
 AM_INIT_AUTOMAKE([1.8 gnits dist-bzip2 dist-shar std-options])
Index: .cvsignore
===================================================================
RCS file: /cvsroot/tar/tar/.cvsignore,v
retrieving revision 1.3
diff -p -u -r1.3 .cvsignore
--- .cvsignore  28 Nov 2004 06:32:01 -0000      1.3
+++ .cvsignore  4 Apr 2005 18:32:02 -0000
@@ -1,4 +1,4 @@
-config
+build-aux
 configure
 aclocal.m4
 ABOUT-NLS




reply via email to

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