diff options
Diffstat (limited to 'reconf')
-rwxr-xr-x | reconf | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/reconf b/reconf deleted file mode 100755 index 43e55cdb5..000000000 --- a/reconf +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh -# -# $Id$ -# -# re autoconf/automake shell script -# - -die(){ - echo "$@" ; exit -} - -aclocal -I . -I m4 || die "The command 'aclocal -I . -I m4' failed" -autoheader || die "The command 'autoheader' failed" -automake || die "The command 'automake' failed" -autoconf || die "The command 'autoconf' failed" |