diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 05:45:02 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 05:45:02 +0000 |
commit | 68a560641f7a38c184fd3346dd8008b86e12d77a (patch) | |
tree | d927b2a890d51e5d9e037c03042fb6fabd689cc0 /bootstrap | |
parent | Initial commit. (diff) | |
download | libtirpc-upstream.tar.xz libtirpc-upstream.zip |
Adding upstream version 1.3.4+ds.upstream/1.3.4+dsupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap new file mode 100755 index 0000000..9f35619 --- /dev/null +++ b/bootstrap @@ -0,0 +1,12 @@ +[ -e Makefile ] && make clean +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 +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* |