aboutsummaryrefslogtreecommitdiff
path: root/libgfortran
diff options
context:
space:
mode:
authorMike Stump <mrs@apple.com>2005-05-10 01:43:00 +0000
committerMike Stump <mrs@gcc.gnu.org>2005-05-10 01:43:00 +0000
commitf4c767fdc22ab554ca04476d720c02513f7873a4 (patch)
treea88fd91789abfb6bb74d63e320defeda76995fb5 /libgfortran
parentbf645d6f4543e5fa698942ac7d7f2b5aecc40aa4 (diff)
downloadgcc-f4c767fdc22ab554ca04476d720c02513f7873a4.zip
gcc-f4c767fdc22ab554ca04476d720c02513f7873a4.tar.gz
gcc-f4c767fdc22ab554ca04476d720c02513f7873a4.tar.bz2
* configure: Regenerate.
From-SVN: r99498
Diffstat (limited to 'libgfortran')
-rw-r--r--libgfortran/ChangeLog4
-rwxr-xr-xlibgfortran/configure2
2 files changed, 5 insertions, 1 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index c91b98c..3da84b6 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -1,3 +1,7 @@
+2005-05-09 Mike Stump <mrs@apple.com>
+
+ * configure: Regenerate.
+
2005-05-09 Francois-Xavier Coudert <coudert@clipper.ens.fr>
PR libfortran/19155
diff --git a/libgfortran/configure b/libgfortran/configure
index 3bae7ed..a81967a 100755
--- a/libgfortran/configure
+++ b/libgfortran/configure
@@ -3744,7 +3744,7 @@ else
fi
-if test -n $lt_cv_sys_max_cmd_len ; then
+if test -n "$lt_cv_sys_max_cmd_len" ; then
echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6
else