[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 1/4] AC_CACHE_SAVE: treat x: as an absolute path as well
From: |
KO Myung-Hun |
Subject: |
[PATCH 1/4] AC_CACHE_SAVE: treat x: as an absolute path as well |
Date: |
Mon, 22 Sep 2014 15:59:50 +0900 |
* lib/autoconf/general.m4 (AC_CACHE_SAVE): Subject.
---
lib/autoconf/general.m4 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/autoconf/general.m4 b/lib/autoconf/general.m4
index 59d204f..77f71d2 100644
--- a/lib/autoconf/general.m4
+++ b/lib/autoconf/general.m4
@@ -942,7 +942,7 @@ do
esac
# Be sure to have absolute directory names.
case $ac_val in
- [[\\/$]]* | ?:[[\\/]]* ) continue;;
+ [[\\/$]]* | ?:[[\\/]]* | ?: ) continue;;
NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
esac
AC_MSG_ERROR([expected an absolute directory name for --$ac_var: $ac_val])
--
1.7.3.2
- [PATCH] OS/2 patches, KO Myung-Hun, 2014/09/22
- [PATCH 1/4] AC_CACHE_SAVE: treat x: as an absolute path as well,
KO Myung-Hun <=
- [PATCH 2/4] AC_SITE_LOAD: add OS/2-specific initialization, KO Myung-Hun, 2014/09/22
- Re: [PATCH 2/4] AC_SITE_LOAD: add OS/2-specific initialization, Eric Blake, 2014/09/22
- Re: [PATCH 2/4] AC_SITE_LOAD: add OS/2-specific initialization, KO Myung-Hun, 2014/09/22
- Re: [PATCH 2/4] AC_SITE_LOAD: add OS/2-specific initialization, Eric Blake, 2014/09/22
- Re: [PATCH 2/4] AC_SITE_LOAD: add OS/2-specific initialization, KO Myung-Hun, 2014/09/23
- Re: [PATCH 2/4] AC_SITE_LOAD: add OS/2-specific initialization, KO Myung-Hun, 2014/09/23
- Re: [PATCH 2/4] AC_SITE_LOAD: add OS/2-specific initialization, KO Myung-Hun, 2014/09/29