Kaynağa Gözat

* configure.ac (DENSITY_LETTER): Fix m4 overquoting.
* .cvsignore: Ignore .bootstrap.

Paul Eggert 19 yıl önce
ebeveyn
işleme
ac74317f46
3 değiştirilmiş dosya ile 8 ekleme ve 2 silme
  1. 1 0
      .cvsignore
  2. 6 1
      ChangeLog
  3. 1 1
      configure.ac

+ 1 - 0
.cvsignore

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

+ 6 - 1
ChangeLog

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

+ 1 - 1
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]])