summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2000-04-02 00:42:48 +0200
committerKevin Ryde <user42@zip.com.au>2000-04-02 00:42:48 +0200
commitbbf2acb99130d9e735ba235262c88e0b7d647d20 (patch)
treea9dde3eecb7b5bd3da4db0a9b9589f2dd241791c /configure
parent1e4a52e8f991df642e04d2b2f1c5907daeeee7c4 (diff)
downloadgmp-bbf2acb99130d9e735ba235262c88e0b7d647d20.tar.gz
Regenerate, for absolute path pattern update.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 38e8e40c6..4ad8e3501 100755
--- a/configure
+++ b/configure
@@ -4120,7 +4120,7 @@ done
# The regexp testing for an absolute path is the same as in
# _AC_OUTPUT_FILES of autoconf acgeneral.m4.
case "$srcdir" in
-[/\\]* | ?:[/\\]* )
+[\\/]* | ?:[\\/]* )
echo "define(<CONFIG_SRCDIR>,<\`$srcdir'>)" >> $gmp_tmpconfigm4
;;