From 5fe7f641e81a4751e6093023fb5e95ab5d8f4e4a Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 4 Apr 2005 18:35:53 +0000 Subject: [PATCH] Rename config/ to build-aux/. --- .cvsignore | 2 +- ChangeLog | 5 +++++ configure.ac | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.cvsignore b/.cvsignore index b53857c..371e10b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,4 +1,4 @@ -config +build-aux configure aclocal.m4 ABOUT-NLS diff --git a/ChangeLog b/ChangeLog index d213023..52b55b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2005-04-04 Paul Eggert + * configure.ac (AC_CONFIG_AUX_DIR): Rename from config to build-aux, + for reasons discussed in the thread beginning at + . + * .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 diff --git a/configure.ac b/configure.ac index b76b99e..41561b6 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) -- 2.44.0