diff options
author | Kevin Ryde <user42@zip.com.au> | 2000-04-02 00:41:26 +0200 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2000-04-02 00:41:26 +0200 |
commit | 1e4a52e8f991df642e04d2b2f1c5907daeeee7c4 (patch) | |
tree | 7c4d35755e4b6fcc94eec8bf20edcd46988d9652 /configure.in | |
parent | a95f8e13373be45d59921a62cc83f4db8b89e7b1 (diff) | |
download | gmp-1e4a52e8f991df642e04d2b2f1c5907daeeee7c4.tar.gz |
Use absolute path pattern from autoconf 2000-03-28 (works with bash).
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 734c30b74..fcc619f12 100644 --- a/configure.in +++ b/configure.in @@ -607,7 +607,7 @@ done # The regexp testing for an absolute path is the same as in # _AC_OUTPUT_FILES of autoconf acgeneral.m4. case "$srcdir" in -[[/\\]]* | ?:[[/\\]]* ) +[[\\/]]* | ?:[[\\/]]* ) GMP_DEFINE_RAW(["define(<CONFIG_SRCDIR>,<\`$srcdir'>)"]) ;; *) GMP_DEFINE_RAW(["define(<CONFIG_SRCDIR>,<\`../$srcdir'>)"]) ;; esac |