[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug-patch] Can't bootstrap
From: |
Bert Wesarg |
Subject: |
[bug-patch] Can't bootstrap |
Date: |
Tue, 24 Nov 2009 23:51:28 +0100 |
Hi all,
I need the following fix to bootstrap after a fresh clone of the patch
repository.
It looks like the . command does not pass the arguments to the script.
Regards,
Bert Wesarg
---
diff --git i/configure.ac w/configure.ac
index 1526821..98af373 100644
--- i/configure.ac
+++ w/configure.ac
@@ -21,7 +21,7 @@
AC_PREREQ(2.57)
define(AC_PACKAGE_VERSION, m4_normalize(esyscmd(
[
- . ./update-version.sh VERSION
+ sh ./update-version.sh VERSION
cat VERSION
])))
AC_INIT(patch, AC_PACKAGE_VERSION, address@hidden)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug-patch] Can't bootstrap,
Bert Wesarg <=