summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1996-07-08 15:26:36 +0000
committerMiles Bader <miles@gnu.org>1996-07-08 15:26:36 +0000
commit3ee8457d47519211f3cac85be0c6b348c244e9bd (patch)
tree1a801211319e67b1fc14606a83b0bfe4af167520
parent17f92c2dfc30dafd127e292be5d7e6b119f2b084 (diff)
Regenerated: autoconf sysdeps/generic/configure.in
-rwxr-xr-xsysdeps/generic/configure8
-rwxr-xr-xsysdeps/unix/configure8
2 files changed, 6 insertions, 10 deletions
diff --git a/sysdeps/generic/configure b/sysdeps/generic/configure
index 7b82ca5b5a..9dae57acb4 100755
--- a/sysdeps/generic/configure
+++ b/sysdeps/generic/configure
@@ -14,9 +14,7 @@ else
which can conflict with char $ac_func(); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
-/* We use char because int might match the return type of a gcc2
- builtin and then its argument prototype would still apply. */
-char $ac_func();
+char $ac_func();
int main() { return 0; }
int t() {
@@ -32,7 +30,7 @@ $ac_func();
; return 0; }
EOF
-if { (eval echo configure:36: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
+if eval $ac_link; then
rm -rf conftest*
eval "ac_cv_func_$ac_func=yes"
else
@@ -44,7 +42,7 @@ rm -f conftest*
fi
if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
echo "$ac_t""yes" 1>&6
- ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
+ ac_tr_func=HAVE_`echo $ac_func | tr '[a-z]' '[A-Z]'`
cat >> confdefs.h <<EOF
#define $ac_tr_func 1
EOF
diff --git a/sysdeps/unix/configure b/sysdeps/unix/configure
index cb07ef9f23..4c009a2477 100755
--- a/sysdeps/unix/configure
+++ b/sysdeps/unix/configure
@@ -15,9 +15,7 @@ else
which can conflict with char $ac_func(); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
-/* We use char because int might match the return type of a gcc2
- builtin and then its argument prototype would still apply. */
-char $ac_func();
+char $ac_func();
int main() { return 0; }
int t() {
@@ -33,7 +31,7 @@ $ac_func();
; return 0; }
EOF
-if { (eval echo configure:37: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
+if eval $ac_link; then
rm -rf conftest*
eval "ac_cv_func_$ac_func=yes"
else
@@ -45,7 +43,7 @@ rm -f conftest*
fi
if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
echo "$ac_t""yes" 1>&6
- ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
+ ac_tr_func=HAVE_`echo $ac_func | tr '[a-z]' '[A-Z]'`
cat >> confdefs.h <<EOF
#define $ac_tr_func 1
EOF