Rename config/ to build-aux/.

This commit is contained in:
Paul Eggert
2005-04-04 18:35:53 +00:00
parent dbf96ec903
commit 5fe7f641e8
3 changed files with 7 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
config
build-aux
configure
aclocal.m4
ABOUT-NLS

View File

@@ -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

View 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])