diff options
author | Jesus Rivero <neurogeek@gentoo.org> | 2011-11-08 23:19:31 +0000 |
---|---|---|
committer | Jesus Rivero <neurogeek@gentoo.org> | 2011-11-08 23:19:31 +0000 |
commit | 88746a3c9a1042cc44ca58791bec30a64f2d40c9 (patch) | |
tree | 82c32d93ab6fdd84365b6a5622dcd822ea9e13db /autogen.sh | |
parent | revert write test (diff) | |
download | eselect-python-88746a3c9a1042cc44ca58791bec30a64f2d40c9.tar.gz eselect-python-88746a3c9a1042cc44ca58791bec30a64f2d40c9.tar.bz2 eselect-python-88746a3c9a1042cc44ca58791bec30a64f2d40c9.zip |
rewrite autotools
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 9 |
1 files changed, 2 insertions, 7 deletions
@@ -1,7 +1,2 @@ -#!/bin/sh - -"${AUTOHEADER:-autoheader}" || exit 1 -"${AUTOCONF:-autoconf}" || exit 1 - -# Remove Autoconf cache. -rm -fr autom4te.cache +#!/bin/sh -x +exec autoreconf -fi |