diff options
author | Stef Walter <stef@memberwebs.com> | 2009-10-24 16:22:26 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2009-10-24 16:22:26 +0000 |
commit | ec78d70a70f4f1041abd6438fdc337355954104e (patch) | |
tree | aa9004ddb402f0e9c9da065c480b4923ee6af41d | |
parent | 4cdcdd61bc8f57437d4afc710baf152a80fbc40c (diff) |
autogen fixes
-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 "$@" |