diff --git a/reconf b/reconf index 4eb454c78..3f4d7a533 100755 --- a/reconf +++ b/reconf @@ -2,8 +2,6 @@ rm -f config.cache rm -f acconfig.cache -rm -f libtool */libtool -libtoolize --force --copy --nonrecursive autoreconf -v --install $@ diff --git a/reconf-all b/reconf-all new file mode 100755 index 000000000..4eb454c78 --- /dev/null +++ b/reconf-all @@ -0,0 +1,9 @@ +#!/bin/sh + +rm -f config.cache +rm -f acconfig.cache +rm -f libtool */libtool + +libtoolize --force --copy --nonrecursive +autoreconf -v --install $@ +