From: Akim Demaille Date: Wed, 19 Jul 2000 09:04:26 +0000 (+0000) Subject: * autoreconf.sh: Accept --symbolic and -s. X-Git-Tag: autoconf-2.50~715 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b240f802f9ec61ad30ac5fe0d312b537730c745e;p=thirdparty%2Fautoconf.git * autoreconf.sh: Accept --symbolic and -s. --- diff --git a/ChangeLog b/ChangeLog index f5f784e7f..e27e51a82 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-07-19 Akim Demaille + + * autoreconf.sh: Accept --symbolic and -s. + 2000-07-19 Akim Demaille Make it clear that the regular user does not need --macrodir. diff --git a/autoreconf.in b/autoreconf.in index 3fa7014b8..5f3585305 100644 --- a/autoreconf.in +++ b/autoreconf.in @@ -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. diff --git a/autoreconf.sh b/autoreconf.sh index 3fa7014b8..5f3585305 100644 --- a/autoreconf.sh +++ b/autoreconf.sh @@ -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. diff --git a/bin/autoreconf.in b/bin/autoreconf.in index 3fa7014b8..5f3585305 100644 --- a/bin/autoreconf.in +++ b/bin/autoreconf.in @@ -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. diff --git a/man/autoreconf.1 b/man/autoreconf.1 index d03129bac..e284bb80e 100644 --- a/man/autoreconf.1 +++ b/man/autoreconf.1 @@ -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