]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* autoconf.sh (M4): Handle PC drive letters.
authorAkim Demaille <akim@epita.fr>
Thu, 11 Jan 2001 14:18:48 +0000 (14:18 +0000)
committerAkim Demaille <akim@epita.fr>
Thu, 11 Jan 2001 14:18:48 +0000 (14:18 +0000)
* autoupdate.sh: Likewise.

ChangeLog
autoconf.in
autoconf.sh
bin/autoconf.in
man/autoconf.1
man/autoupdate.1

index 4dd1811b5081357f861f60f6706e6172767f1e9e..edb666ce12296dc47859ef457668dd612d6207cd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-01-11  Kelly Anderson  <tgcorp@attglobal.net>
+
+       * autoconf.sh (M4): Handle PC drive letters.
+       * autoupdate.sh: Likewise.
+
 2001-01-11  Steven G. Johnson  <stevenj@alum.mit.edu>
 
        * aclang.m4 (AC_PROG_F77): Add pgf90 to the list of compilers to
index ff3aa0ebc886d21ac2414157ec6f5be0b4ef76c5..4da21ea3daf1dcf61c2d1ff91b80c842acbf13e2 100644 (file)
@@ -95,8 +95,8 @@ ac_LF_and_DOT=`echo; echo .`
 # Handle the case that m4 has moved since we were configured.
 # It may have been found originally in a build directory.
 : ${M4=@M4@}
-case "$M4" in
-/*) test -f "$M4" || M4=m4 ;;
+case $M4 in
+/*|[a-zA-Z]:*) test -f "$M4" || M4=m4 ;;
 esac
 # Some non-GNU m4's don't reject the --help option, so give them /dev/null.
 case `$M4 --help </dev/null 2>&1` in
@@ -297,8 +297,8 @@ elif test ! -r "$infile"; then
 fi
 
 # Output is produced into FD 4.  Prepare it.
-case "x$outfile" in
x-)  # Output to stdout
+case $outfile in
+ -)  # Output to stdout
   exec 4>&1 ;;
  * )
   exec 4>$outfile;;
index ff3aa0ebc886d21ac2414157ec6f5be0b4ef76c5..4da21ea3daf1dcf61c2d1ff91b80c842acbf13e2 100644 (file)
@@ -95,8 +95,8 @@ ac_LF_and_DOT=`echo; echo .`
 # Handle the case that m4 has moved since we were configured.
 # It may have been found originally in a build directory.
 : ${M4=@M4@}
-case "$M4" in
-/*) test -f "$M4" || M4=m4 ;;
+case $M4 in
+/*|[a-zA-Z]:*) test -f "$M4" || M4=m4 ;;
 esac
 # Some non-GNU m4's don't reject the --help option, so give them /dev/null.
 case `$M4 --help </dev/null 2>&1` in
@@ -297,8 +297,8 @@ elif test ! -r "$infile"; then
 fi
 
 # Output is produced into FD 4.  Prepare it.
-case "x$outfile" in
x-)  # Output to stdout
+case $outfile in
+ -)  # Output to stdout
   exec 4>&1 ;;
  * )
   exec 4>$outfile;;
index ff3aa0ebc886d21ac2414157ec6f5be0b4ef76c5..4da21ea3daf1dcf61c2d1ff91b80c842acbf13e2 100644 (file)
@@ -95,8 +95,8 @@ ac_LF_and_DOT=`echo; echo .`
 # Handle the case that m4 has moved since we were configured.
 # It may have been found originally in a build directory.
 : ${M4=@M4@}
-case "$M4" in
-/*) test -f "$M4" || M4=m4 ;;
+case $M4 in
+/*|[a-zA-Z]:*) test -f "$M4" || M4=m4 ;;
 esac
 # Some non-GNU m4's don't reject the --help option, so give them /dev/null.
 case `$M4 --help </dev/null 2>&1` in
@@ -297,8 +297,8 @@ elif test ! -r "$infile"; then
 fi
 
 # Output is produced into FD 4.  Prepare it.
-case "x$outfile" in
x-)  # Output to stdout
+case $outfile in
+ -)  # Output to stdout
   exec 4>&1 ;;
  * )
   exec 4>$outfile;;
index 7e41c20a65ad217539a3e0c2dde1157ef0951064..1b60f03f62d67ed494cfe4602ef0419c1b85b2c3 100644 (file)
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.23.
-.TH AUTOCONF "1" "December 2000" "GNU autoconf 2.49c" FSF
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.24.
+.TH AUTOCONF "1" "January 2001" "GNU autoconf 2.49c" FSF
 .SH NAME
 autoconf \- Generate configuration scripts
 .SH SYNOPSIS
index ba6a4cbb8de9a8c686480c414c684e9bb5315bbe..0219b09eaefd598deebe4a34d683b649f79a4a20 100644 (file)
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.23.
-.TH AUTOUPDATE "1" "December 2000" "GNU autoconf 2.49c" FSF
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.24.
+.TH AUTOUPDATE "1" "January 2001" "GNU autoconf 2.49c" FSF
 .SH NAME
 autoupdate \- Update a configure.in to a newer Autoconf
 .SH SYNOPSIS