* acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Remove the `shift' in
--debug.
* doc/autoconf.texi (Limitations of Builtins): Some about shift.
+2000-06-13 Akim Demaille <akim@epita.fr>
+
+ `./config.status -d' is buggy.
+
+ * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Remove the `shift' in
+ --debug.
+ * doc/autoconf.texi (Limitations of Builtins): Some about shift.
+
2000-06-13 Akim Demaille <akim@epita.fr>
* doc/autoconf.texi (Caching Results): Bigger warning about the
--help | --hel | -h )
echo "$ac_cs_usage"; exit 0 ;;
--debug | --d* | -d )
- debug=:; shift ;;
+ debug=: ;;
--file | --fil | --fi | --f )
shift
CONFIG_FILES="$CONFIG_FILES $[1]"
fi
@end example
+@item @command{shift}
+@cindex @command{shift}
+Not only is @command{shift}ing a bad idea when there is nothing left to
+shift, but in addition it is not portable: the shell of @sc{RISC/os}
+4.52 refuses it.
+
@item @command{test}
@cindex @command{test}
The @code{test} program is the way to perform many file and string
--help | --hel | -h )
echo "$ac_cs_usage"; exit 0 ;;
--debug | --d* | -d )
- debug=:; shift ;;
+ debug=: ;;
--file | --fil | --fi | --f )
shift
CONFIG_FILES="$CONFIG_FILES $[1]"