From e2ef2479d8bad56ccc2088fcc2bb0d43db929b96 Mon Sep 17 00:00:00 2001 From: Mukund Sivaraman Date: Wed, 5 Mar 2008 14:11:14 -0800 Subject: Renamed bootstrap to autogen.sh --- autogen.sh | 14 ++++++++++++++ bootstrap | 14 -------------- 2 files changed, 14 insertions(+), 14 deletions(-) create mode 100755 autogen.sh delete mode 100755 bootstrap diff --git a/autogen.sh b/autogen.sh new file mode 100755 index 0000000..78e0028 --- /dev/null +++ b/autogen.sh @@ -0,0 +1,14 @@ +#!/bin/sh +# -*- sh -*- +# +# Make the Autotools scripts after checking out the source code from CVS. +# This script was taken from the Autotool Book. I wonder if autoreconf +# can now be used... +# + +test -d config || mkdir config +set -x +aclocal -I config \ + && autoheader \ + && automake --gnu --add-missing \ + && autoconf diff --git a/bootstrap b/bootstrap deleted file mode 100755 index 78e0028..0000000 --- a/bootstrap +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh -# -*- sh -*- -# -# Make the Autotools scripts after checking out the source code from CVS. -# This script was taken from the Autotool Book. I wonder if autoreconf -# can now be used... -# - -test -d config || mkdir config -set -x -aclocal -I config \ - && autoheader \ - && automake --gnu --add-missing \ - && autoconf -- cgit v1.2.3