--- libptytty/autogen.sh 2006/01/21 21:45:02 1.1 +++ libptytty/autogen.sh 2010/01/08 11:48:53 1.2 @@ -1,6 +1,6 @@ #! /bin/sh -if autoheader && autoconf; then +if autoreconf -i; then rm -rf autom4te.cache echo "Now run ./configure" fi