Selaa lähdekoodia

Rename config/ to build-aux/.

Paul Eggert 20 vuotta sitten
vanhempi
commit
5fe7f641e8
3 muutettua tiedostoa jossa 7 lisäystä ja 2 poistoa
  1. 1 1
      .cvsignore
  2. 5 0
      ChangeLog
  3. 1 1
      configure.ac

+ 1 - 1
.cvsignore

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

+ 5 - 0
ChangeLog

@@ -1,5 +1,10 @@
 2005-04-04  Paul Eggert  <[email protected]>
 
+	* 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

+ 1 - 1
configure.ac

@@ -20,7 +20,7 @@
 
 AC_INIT([GNU tar], [1.15.2], [[email protected]])
 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])