aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeikki Lindholm <holin@iki.fi>2009-10-19 06:13:09 +0000
committerHeikki Lindholm <holin@iki.fi>2009-10-19 06:13:09 +0000
commit6031871df716df24bdefb0def5b1c7583a69bc15 (patch)
tree46aaf92622d230ff3ee514cfe1468b128e9761fe
parenta1ad98480a419d9261528aa307a98a06942a4a83 (diff)
downloadgnunet-6031871df716df24bdefb0def5b1c7583a69bc15.tar.gz
gnunet-6031871df716df24bdefb0def5b1c7583a69bc15.zip
autoreconf should fare better, esp. where libtoolize = glibtoolize, but needs
recent version of autotools
-rwxr-xr-xbootstrap7
1 files changed, 1 insertions, 6 deletions
diff --git a/bootstrap b/bootstrap
index e5ddbc6a8..91516ddd9 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1,7 +1,2 @@
1#!/bin/sh 1#!/bin/sh
2libtoolize -ifc 2autoreconf -fiv -I m4
3aclocal -I m4
4autoheader
5autoconf
6automake --add-missing --copy
7