]> Dogcows Code - chaz/tar/commitdiff
Rename config/ to build-aux/.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 4 Apr 2005 18:35:53 +0000 (18:35 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 4 Apr 2005 18:35:53 +0000 (18:35 +0000)
.cvsignore
ChangeLog
configure.ac

index b53857cf39d59e15f16ad07b1bd1625002e25365..371e10b6c2d9d34bf656603bfa70e6d83e61ca69 100644 (file)
@@ -1,4 +1,4 @@
-config
+build-aux
 configure
 aclocal.m4
 ABOUT-NLS
index d213023e287cf1556d4b3e721db3fa8144bcb7be..52b55b86b8dc12a6879eaee6e83b2e424dff0151 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
 
+       * 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.
+
        * src/buffer.c (struct zip_magic): Use char arrays, not pointers.
        The unsigned char * pointer ran afoul of pedantic C compilers, and
        we didn't need pointers anyway.  Put the size field before the
index b76b99e2c9c36adf8ead7def9a94996b1accf64a..41561b6760ae5b0993a347333e2674f5f65a7cd3 100644 (file)
@@ -20,7 +20,7 @@
 
 AC_INIT([GNU tar], [1.15.2], [bug-tar@gnu.org])
 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])
This page took 0.035783 seconds and 4 git commands to generate.