diff options
author | Stef Walter <stef@memberwebs.com> | 2009-06-17 00:13:58 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2009-06-17 00:13:58 +0000 |
commit | a7557acb5423ea8e4c6bcce27472918c638d56f8 (patch) | |
tree | 3e3c0e5b811441d1231670ba034be6c4973fdb1d /autogen.sh | |
parent | 2e1c4b9fc834c8af9f1a31789b1dc614c13fcad5 (diff) |
Some coding work. Banged out generally how things will work. Nothing compiles yet.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ set -ex aclocal autoheader +libtoolize automake -a autoconf ./configure --enable-maintainer-mode "$@" |