diff options
| -rwxr-xr-x | autogen.sh | 4 | 
1 files changed, 4 insertions, 0 deletions
| @@ -5,3 +5,7 @@ libtoolize || exit 1  autoheader || exit 1  automake --add-missing || exit 1  autoconf || exit 1 +echo +echo Executing ./configure $@ +echo +./configure "$@" | 
