[Lunar-commits] <moonbase> sgml-common: fix the build for a fresh installed system
Florin Braescu
florin at lunar-linux.org
Mon Jun 21 16:22:35 CEST 2010
commit 9edcb90ab9775c87325ef852a1cbe0a6398d1a16
Author: Florin Braescu <florin at lunar-linux.org>
Date: Mon Jun 21 17:22:35 2010 +0300
sgml-common: fix the build for a fresh installed system
Thanks to wdp for submitting this.
---
doc-tools/sgml-common/BUILD | 11 ++++++++---
1 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/doc-tools/sgml-common/BUILD b/doc-tools/sgml-common/BUILD
index 350e51b..80d638f 100644
--- a/doc-tools/sgml-common/BUILD
+++ b/doc-tools/sgml-common/BUILD
@@ -1,9 +1,14 @@
(
patch_it $SOURCE2 1 &
- aclocal &&
- automake --add-missing --copy --gnu &&
- autoconf &&
+## this seems to be needed for a fresh install
+ autoreconf &&
+ cd $SOURCE_DIRECTORY
+ touch INSTALL aclocal &&
+##
+
+ automake --add-missing --copy --gnu &&
+ autoconf &&
default_build
More information about the Lunar-commits
mailing list