[SCM] Gerris Flow Solver branch, upstream, updated. b3aa46814a06c9cb2912790b23916ffb44f1f203

Stephane Popinet s.popinet at niwa.co.nz
Fri May 15 02:51:43 UTC 2009


The following commit has been merged in the upstream branch:
commit 358bb6a372d18b150d1f15a54170eb4c61c80d67
Author: Stephane Popinet <s.popinet at niwa.co.nz>
Date:   Thu Mar 17 13:00:02 2005 +1100

    Added simple autogen.sh script
    
    darcs-hash:20050317020002-fbd8f-13e4a4c386b956b1f223f4472e14d028a1ab3ca4.gz

diff --git a/Makefile.am b/Makefile.am
index 86cc337..746ceaf 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,7 +2,7 @@
 
 SUBDIRS = modules src tools test doc
 
-EXTRA_DIST = ChangeLog
+EXTRA_DIST = ChangeLog autogen.sh
 
 dist-hook:
 	$(RM) -r `find $(distdir) -name CVS -type d -print`
diff --git a/autogen.sh b/autogen.sh
new file mode 100755
index 0000000..cb7b136
--- /dev/null
+++ b/autogen.sh
@@ -0,0 +1,13 @@
+#!/bin/sh
+
+libtoolize --force
+aclocal
+autoheader
+automake -a
+autoconf
+command=./configure
+while [ $# -ne 0 ]; do
+        command="$command $1"
+        shift
+done
+$command

-- 
Gerris Flow Solver



More information about the debian-science-commits mailing list