mirror of
git://git.sv.gnu.org/autoconf
synced 2025-02-17 14:01:27 +08:00
* autoreconf.sh: Accept --symbolic and -s.
This commit is contained in:
parent
9150c0ede6
commit
b240f802f9
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user