Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaja R Harinath <harinath@hurrynot.org>2006-02-27 09:51:13 +0300
committerRaja R Harinath <harinath@hurrynot.org>2006-02-27 09:51:13 +0300
commit5ce8250148c092ef24bfc11d2861cdacd86d1fe7 (patch)
treef2be67acfa9da148278b5ac38526e986caf1e49a /configure.in
parentf3c8041493b2d2d3ac20ecd32e4fa693732a286c (diff)
* configure.in (runtime/etc/mono/{1.0,2.0}/machine.config): Fix m4-quoting.
svn path=/trunk/mono/; revision=57324
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 3f49d97118f..82f80fd8a9e 100644
--- a/configure.in
+++ b/configure.in
@@ -1805,7 +1805,7 @@ AC_CONFIG_FILES([runtime/semdel-wrapper],[chmod +x runtime/semdel-wrapper])
AC_CONFIG_COMMANDS([runtime/etc/mono/1.0/machine.config],
[ depth=../../../..
case $srcdir in
- [\\/$]* | ?:[\\/]* ) reldir=$srcdir ;;
+ [[\\/$]]* | ?:[[\\/]]* ) reldir=$srcdir ;;
.) reldir=$depth ;;
*) reldir=$depth/$srcdir ;;
esac
@@ -1819,7 +1819,7 @@ AC_CONFIG_COMMANDS([runtime/etc/mono/1.0/machine.config],
AC_CONFIG_COMMANDS([runtime/etc/mono/2.0/machine.config],
[ depth=../../../..
case $srcdir in
- [\\/$]* | ?:[\\/]* ) reldir=$srcdir ;;
+ [[\\/$]]* | ?:[[\\/]]* ) reldir=$srcdir ;;
.) reldir=$depth ;;
*) reldir=$depth/$srcdir ;;
esac