* configure.ac (DENSITY_LETTER): Fix m4 overquoting.
* .cvsignore: Ignore .bootstrap.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
*.bz2
|
||||
*.gz
|
||||
*.tar
|
||||
.bootstrap
|
||||
ABOUT-NLS
|
||||
COPYING
|
||||
INSTALL
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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]])
|
||||
|
||||
Reference in New Issue
Block a user