* configure: Regenerated.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37432
138bc75d-0d04-0410-961f-
82ee72b054a4
+2000-11-13 Richard Earnshaw <rearnsha@arm.com>
+
+ * configure.in: Use 'test -f' not '[ -e'.
+ * configure: Regenerated.
+
2000-11-13 DJ Delorie <dj@redhat.com>
* config/mn10300/mn10300.md (store_movm): Note which registers are
gcc_version=`echo ${gcc_version_full} | sed -e 's/\([^ ]*\) .*/\1/'`
# Compile in configure arguments.
-if [ -e configargs.h ]; then
+if test -f configargs.h ; then
# Being re-configured.
gcc_config_arguments=`grep configuration_arguments configargs.h | sed -e 's/.*\"\([^\"]*\)\".*/\1/'`
gcc_config_arguments="$gcc_config_arguments : (reconfigured) $TOPLEVEL_CONFIGURE_ARGUMENTS"
gcc_version=`echo ${gcc_version_full} | sed -e 's/\([^ ]*\) .*/\1/'`
# Compile in configure arguments.
-if [ -e configargs.h ]; then
+if test -f configargs.h ; then
# Being re-configured.
gcc_config_arguments=`grep configuration_arguments configargs.h | sed -e 's/.*\"\([^\"]*\)\".*/\1/'`
gcc_config_arguments="$gcc_config_arguments : (reconfigured) $TOPLEVEL_CONFIGURE_ARGUMENTS"