From: Paul Eggert Date: Tue, 6 Dec 2005 21:43:17 +0000 (+0000) Subject: * configure.ac (DENSITY_LETTER): Fix m4 overquoting. X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftar;a=commitdiff_plain;h=ac74317f46ae667f2d2be0e2ab69f8b218e86bd8 * configure.ac (DENSITY_LETTER): Fix m4 overquoting. * .cvsignore: Ignore .bootstrap. --- diff --git a/.cvsignore b/.cvsignore index 39447d4..d8bd75c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,6 +1,7 @@ *.bz2 *.gz *.tar +.bootstrap ABOUT-NLS COPYING INSTALL diff --git a/ChangeLog b/ChangeLog index 7cefb06..c0bb9a6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-12-06 Eric Blake (trivial changes) + + * configure.ac (DENSITY_LETTER): Fix m4 overquoting. + * .cvsignore: Ignore .bootstrap. + 2005-12-06 Sergey Poznyakoff * doc/tar.texi: Document --to-command and --info-script @@ -29,7 +34,7 @@ * THANKS: Add Guerkan Karaman. * NEWS: Update - + 2005-11-30 Paul Eggert * doc/tar.texi (Option Summary): Rewrite the diff --git a/configure.ac b/configure.ac index a82623c..0850205 100644 --- a/configure.ac +++ b/configure.ac @@ -155,7 +155,7 @@ else case $DEFAULT_ARCHIVE in *[[0-7][lmh]]) AC_DEFINE(DENSITY_LETTER, 1, - [[Define to 1 if density may be indicated by [lmh] at end of device.]]) + [Define to 1 if density may be indicated by [lmh] at end of device.]) device_prefix=`echo $DEFAULT_ARCHIVE | sed 's/[0-7][lmh]$//'` ;; *[[0-7]])