[Lunar-commits] <moonbase> sgml-common: It does no good to touch after autoreconf, it needs to happen

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Mon Sep 6 12:53:07 CEST 2010


commit 278328cbaa7968694513bbd8d313fa9789d86438
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Mon Sep 6 06:53:07 2010 -0400

    sgml-common: It does no good to touch after autoreconf, it needs to happen
    
    before it is run.
---
 doc-tools/sgml-common/BUILD |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/doc-tools/sgml-common/BUILD b/doc-tools/sgml-common/BUILD
index a1030f4..b8601ae 100644
--- a/doc-tools/sgml-common/BUILD
+++ b/doc-tools/sgml-common/BUILD
@@ -3,9 +3,9 @@
   patch_it $SOURCE2 1 &&
 
 ## this seems to be needed for a fresh install
+  touch INSTALL aclocal  &&
   autoreconf  &&
   cd $SOURCE_DIRECTORY
-  touch INSTALL aclocal  &&
 ##
 
   automake --add-missing --copy --gnu  &&


More information about the Lunar-commits mailing list