aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2007-07-10 09:00:35 +0000
committerChristian Grothoff <christian@grothoff.org>2007-07-10 09:00:35 +0000
commitb2f6fe964b05c6995bcb50ebe29cf25f1c185f84 (patch)
tree868cc4f8d7716cbac4daf00b6963ff18ae38a59c /bootstrap
parent9f6b955de41bfbc372b3df5c86dca8ebcaa718be (diff)
downloadgnunet-gtk-b2f6fe964b05c6995bcb50ebe29cf25f1c185f84.tar.gz
gnunet-gtk-b2f6fe964b05c6995bcb50ebe29cf25f1c185f84.zip
newline
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap6
1 files changed, 5 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index a28be775..ec58ed7d 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1,5 +1,9 @@
1#!/bin/sh 1#!/bin/sh
2export WANT_AUTOMAKE="1.7" 2export WANT_AUTOMAKE="1.8"
3export MKDIR_P="mkdir -p"
4export AUTOMAKE="automake-1.8"
5export ACLOCAL="aclocal-1.8"
6automake-1.8 -fi
3cd libltdl 7cd libltdl
4autoreconf -f -i 8autoreconf -f -i
5cd .. 9cd ..