From 8413ae92969400c687e0dac404be0359bccc9aed Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Tue, 4 Nov 2014 17:12:18 +0100 Subject: Import hsetroot-1.0.2.tar.gz --- autogen.sh | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100755 autogen.sh (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh new file mode 100755 index 0000000..45a5ad4 --- /dev/null +++ b/autogen.sh @@ -0,0 +1,22 @@ +#!/bin/sh +# autogen script for fluxbox. + +dothis() { + echo "Executing: $*" + echo + if ! $* ;then + echo -e '\n ERROR: Carefully read the error message and' + echo ' try to figure out what went wrong.' + exit 1 + fi +} + +libtoolize --copy --force --automake +rm -f config.cache +dothis aclocal -I . +dothis autoheader +dothis automake -a +dothis autoconf + +echo 'Succes, now continue with ./configure' +echo 'Use configure --help for detailed help.' -- cgit v1.2.3-54-g00ecf