]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* autoreconf.sh: Accept --symbolic and -s.
authorAkim Demaille <akim@epita.fr>
Wed, 19 Jul 2000 09:04:26 +0000 (09:04 +0000)
committerAkim Demaille <akim@epita.fr>
Wed, 19 Jul 2000 09:04:26 +0000 (09:04 +0000)
ChangeLog
autoreconf.in
autoreconf.sh
bin/autoreconf.in
man/autoreconf.1

index f5f784e7fdf5cfaccff6d82298f1ce352519a2ba..e27e51a82bc9564fcf06a2eb1b668b3ee2cb7a18 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2000-07-19  Akim Demaille  <akim@epita.fr>
+
+       * autoreconf.sh: Accept --symbolic and -s.
+
 2000-07-19  Akim Demaille  <akim@epita.fr>
 
        Make it clear that the regular user does not need --macrodir.
index 3fa7014b84fc3b43e05d9672d3aa197b9f3b9816..5f35853058ec37409f816d4a773f0e24424505ba 100644 (file)
@@ -37,7 +37,7 @@ Operation modes:
   -d, --debug     don't remove temporary files
   -f, --force     consider every files are obsolete
   -i, --install   copy missing auxiliary files
-      --symlink   instead of copying, install symbolic links
+  -s, --symlink   instead of copying, install symbolic links
 
 The option \`--install' is similar to the option \`--add-missing' in
 other tools.
@@ -173,7 +173,7 @@ while test $# -gt 0; do
 
      --install | -i )
        install=:; shift ;;
-     --symlink )
+     --symlink | --symbolic | -s )
        symlink=:; shift ;;
 
      # Options of Automake.
index 3fa7014b84fc3b43e05d9672d3aa197b9f3b9816..5f35853058ec37409f816d4a773f0e24424505ba 100644 (file)
@@ -37,7 +37,7 @@ Operation modes:
   -d, --debug     don't remove temporary files
   -f, --force     consider every files are obsolete
   -i, --install   copy missing auxiliary files
-      --symlink   instead of copying, install symbolic links
+  -s, --symlink   instead of copying, install symbolic links
 
 The option \`--install' is similar to the option \`--add-missing' in
 other tools.
@@ -173,7 +173,7 @@ while test $# -gt 0; do
 
      --install | -i )
        install=:; shift ;;
-     --symlink )
+     --symlink | --symbolic | -s )
        symlink=:; shift ;;
 
      # Options of Automake.
index 3fa7014b84fc3b43e05d9672d3aa197b9f3b9816..5f35853058ec37409f816d4a773f0e24424505ba 100644 (file)
@@ -37,7 +37,7 @@ Operation modes:
   -d, --debug     don't remove temporary files
   -f, --force     consider every files are obsolete
   -i, --install   copy missing auxiliary files
-      --symlink   instead of copying, install symbolic links
+  -s, --symlink   instead of copying, install symbolic links
 
 The option \`--install' is similar to the option \`--add-missing' in
 other tools.
@@ -173,7 +173,7 @@ while test $# -gt 0; do
 
      --install | -i )
        install=:; shift ;;
-     --symlink )
+     --symlink | --symbolic | -s )
        symlink=:; shift ;;
 
      # Options of Automake.
index d03129bace5a97c81d82922cf3f2b275659086b4..e284bb80e7f1610c047ab1adc1beb0b1778ec939 100644 (file)
@@ -33,7 +33,7 @@ consider every files are obsolete
 \fB\-i\fR, \fB\-\-install\fR
 copy missing auxiliary files
 .TP
-\fB\-\-symlink\fR
+\fB\-s\fR, \fB\-\-symlink\fR
 instead of copying, install symbolic links
 .PP
 The option `--install' is similar to the option `--add-missing' in