=== modified file 'reconf' --- reconf 2009-05-15 14:37:40 +0000 +++ reconf 2009-07-02 12:21:53 +0000 @@ -12,8 +12,10 @@ # autoconf, autoheader, aclocal, automake, libtoolize ... # echo "*** Running autoreconf" +rm -f configure autoreconf --force -if [ $? == 0 ] -then +if [ -f configure ]; then echo "*** Done. You may now run configure" fi + +exit 0