summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLadislav Hagara2010-04-01 18:55:53 +0200
committerLadislav Hagara2010-04-01 18:55:53 +0200
commit6742ba0169a1d8d4029bd3b82b83ae3166435797 (patch)
treeff8ede8bd1f1b370ad7b88983873742072a4c66c
parent2f7b390c3acf4bee89f78bfeae50651c8edd9242 (diff)
elicit: PRE_BUILD: autogen.sh -> bootstrap
Unpacking source file elicit-svn.tar.bz2 for spell elicit. /var/lib/sorcery/codex/test/e-17/elicit/PRE_BUILD: line 3: ./autogen.sh: No such file or directory
-rw-r--r--e-17/elicit/HISTORY3
-rwxr-xr-xe-17/elicit/PRE_BUILD2
2 files changed, 4 insertions, 1 deletions
diff --git a/e-17/elicit/HISTORY b/e-17/elicit/HISTORY
index 6258de7196..b657a69dfa 100644
--- a/e-17/elicit/HISTORY
+++ b/e-17/elicit/HISTORY
@@ -1,3 +1,6 @@
+2010-04-01 Ladislav Hagara <hgr@vabo.cz>
+ * PRE_BUILD: autogen.sh -> bootstrap
+
2008-09-19 Eric Sandall <sandalle@sourcemage.org>
* DETAILS: CVS -> SVN
Remove unneeded modification of SPELL for SOURCE_URL
diff --git a/e-17/elicit/PRE_BUILD b/e-17/elicit/PRE_BUILD
index 534a7d38b7..0203653a89 100755
--- a/e-17/elicit/PRE_BUILD
+++ b/e-17/elicit/PRE_BUILD
@@ -1,3 +1,3 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
-NOCONFIGURE=ON ./autogen.sh
+NOCONFIGURE=ON ./bootstrap