* configure.ac (DENSITY_LETTER): Fix m4 overquoting.

* .cvsignore: Ignore .bootstrap.
This commit is contained in:
Paul Eggert
2005-12-06 21:43:17 +00:00
parent ce522dce26
commit ac74317f46
3 changed files with 8 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
*.bz2
*.gz
*.tar
.bootstrap
ABOUT-NLS
COPYING
INSTALL

View File

@@ -1,3 +1,8 @@
2005-12-06 Eric Blake <ebb9@byu.net> (trivial changes)
* configure.ac (DENSITY_LETTER): Fix m4 overquoting.
* .cvsignore: Ignore .bootstrap.
2005-12-06 Sergey Poznyakoff <gray@gnu.org.ua>
* doc/tar.texi: Document --to-command and --info-script
@@ -29,7 +34,7 @@
* THANKS: Add Guerkan Karaman.
* NEWS: Update
2005-11-30 Paul Eggert <eggert@cs.ucla.edu>
* doc/tar.texi (Option Summary): Rewrite the

View File

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