diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2009-05-29 00:46:26 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2009-05-29 00:46:26 +0000 |
commit | 6ba89ee6eee308c69d69b6bbebcf2cc67a76ce01 (patch) | |
tree | 6b552f40eb089db96409a312a98d9b12bd669102 /bootstrap |
ng
git-svn-id: https://gnunet.org/svn/gnunet@8472 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap new file mode 100755 index 0000000000..e5ddbc6a88 --- /dev/null +++ b/bootstrap @@ -0,0 +1,7 @@ +#!/bin/sh +libtoolize -ifc +aclocal -I m4 +autoheader +autoconf +automake --add-missing --copy + |