From bd196c710829f27458e620b8933cb67a33044cc0 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 16 May 2002 15:45:34 +0000 Subject: [PATCH] adding bootstrap which generates all the auto* files such as configure --- bootstrap | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 bootstrap diff --git a/bootstrap b/bootstrap new file mode 100755 index 00000000..13c6a623 --- /dev/null +++ b/bootstrap @@ -0,0 +1,13 @@ +#! /bin/sh + +sh() { + /bin/sh -c "set -x; $*" +} + +sh aclocal +sh automake --foreign --include-deps +sh autoconf + +echo +echo You are now ready to run ./configure +echo enjoy! -- 2.39.2