summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@suse.de>2015-04-23 08:34:25 -0400
committerSteve Dickson <steved@redhat.com>2015-04-23 09:18:19 -0400
commitc77b633f1e9d872cf7b5a98698760c69799cecf9 (patch)
treee92e771514429b29f4f6df8a4525a8e5d7910b82 /bootstrap
parentd383ac8daa63f46967674459826617bbd32531d4 (diff)
downloadti-rpc-c77b633f1e9d872cf7b5a98698760c69799cecf9.tar.gz
libtirpc: fix bootstrap script/libtool
The bootstrap script in the libtirpc directory currently doesn't work because it doesn't setup libtool. This leads to a for me non working configure script and missing Makefile.in Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap4
1 files changed, 3 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index dde1a77..9f35619 100755
--- a/bootstrap
+++ b/bootstrap
@@ -3,8 +3,10 @@ rm -rf autom4te.cache configure Makefile stamp-h1
rm -rf src/Makefile src/.deps
rm -rf Makefile.in aclocal.m4 config.log config.h
rm -rf depcomp missing install-sh config.status
-aclocal
+mkdir -p m4
+aclocal -I m4
autoheader
+libtoolize --automake --copy
automake --gnu --add-missing -c
autoconf
rm -rf autom4te.cache config.log libtool stamp-h1*