* autoreconf.sh: Accept --symbolic and -s.

This commit is contained in:
Akim Demaille 2000-07-19 09:04:26 +00:00
parent 9150c0ede6
commit b240f802f9
5 changed files with 11 additions and 7 deletions

View File

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

View 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.

View 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.

View 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.

View 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