summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2000-04-14 03:06:49 +0200
committerKevin Ryde <user42@zip.com.au>2000-04-14 03:06:49 +0200
commit1eadd3e75cca1c5292cff8f502cea3ad9380d367 (patch)
tree20fcccb8994ef4bd0548fde6474a77f16e2c9c67 /configure
parentc452bb41104f5ffae7656d7adc774319e0d25196 (diff)
downloadgmp-1eadd3e75cca1c5292cff8f502cea3ad9380d367.tar.gz
Regenerate for:
* acinclude.m4 (GMP_CHECK_ASM_UNDERSCORE): Don't depend on C having "void". And restore bash wildcards fix lost in last regenerate.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure9
1 files changed, 5 insertions, 4 deletions
diff --git a/configure b/configure
index 42e9a20f8..5542a3390 100755
--- a/configure
+++ b/configure
@@ -2249,7 +2249,7 @@ else
cat > conftest.$ac_ext <<EOF
#line 2251 "configure"
#include "confdefs.h"
-void underscore_test(void) {
+int underscore_test() {
return; }
EOF
if { (eval echo configure:2256: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
@@ -4813,7 +4813,7 @@ for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
.) srcdir=.
if test -z "$ac_dots"; then top_srcdir=.
else top_srcdir=`echo $ac_dots | sed 's%/$%%'`; fi ;;
- [/\\]* | ?:[/\\]* )
+ [\\/]* | ?:[\\/]* )
srcdir="$ac_given_srcdir$ac_dir_suffix";
top_srcdir=$ac_given_srcdir ;;
*) # Relative path.
@@ -4822,7 +4822,7 @@ for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
esac
case "$ac_given_INSTALL" in
- [/\\$]* | ?:[/\\]* ) INSTALL="$ac_given_INSTALL" ;;
+ [\\/$]* | ?:[\\/]* ) INSTALL="$ac_given_INSTALL" ;;
*) INSTALL="$ac_dots$ac_given_INSTALL" ;;
esac
@@ -5038,7 +5038,7 @@ for ac_file in : $CONFIG_LINKS; do if test "x$ac_file" != x:; then
fi
case "$srcdir" in
- [/\\$]* | ?:[/\\]* ) ac_rel_source="$srcdir/$ac_source" ;;
+ [\\/$]* | ?:[\\/]* ) ac_rel_source="$srcdir/$ac_source" ;;
*) ac_rel_source="$ac_dots$srcdir/$ac_source" ;;
esac
@@ -5113,3 +5113,4 @@ rm -fr confdefs* $ac_clean_files
trap 'exit 1' 1 2 15
test "$no_create" = yes || $SHELL $CONFIG_STATUS || exit 1
+