aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorcrunchy <crunchy>2003-06-27 13:40:23 +0000
committercrunchy <crunchy>2003-06-27 13:40:23 +0000
commitb5f5847bedf884611a9978236bb66d150016c71e (patch)
treed14e220039dba60b90fd9f9909aff7a7cb20079d /autogen.sh
parentc6c22c4fadb3000453389f3ecf471392674adfd1 (diff)
downloadmpiosh-b5f5847bedf884611a9978236bb66d150016c71e.tar.gz
mpiosh-b5f5847bedf884611a9978236bb66d150016c71e.tar.bz2
mpiosh-b5f5847bedf884611a9978236bb66d150016c71e.zip
tested and hopefully fixed the backup and restore commands
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index f0bc897..a92008e 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -5,6 +5,8 @@
# Andreas Buesching <crunchy@tzi.de>
# $id$
+export WANT_AUTOMAKE="1.7"
+
aclocal && autoconf && automake -a && ./configure $@
# end of autogen.sh