+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.
-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.
--install | -i )
install=:; shift ;;
- --symlink )
+ --symlink | --symbolic | -s )
symlink=:; shift ;;
# Options of Automake.
-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.
--install | -i )
install=:; shift ;;
- --symlink )
+ --symlink | --symbolic | -s )
symlink=:; shift ;;
# Options of Automake.
-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.
--install | -i )
install=:; shift ;;
- --symlink )
+ --symlink | --symbolic | -s )
symlink=:; shift ;;
# Options of Automake.
\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