diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rwxr-xr-x | autogen.sh | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -4,6 +4,7 @@ *.la # / +/INSTALL /*.tar.gz /compile /*.tmp @@ -7,5 +7,5 @@ autoheader libtoolize --force automake -a autoconf -./configure --enable-maintainer-mode "$@" +./configure "$@" |