diff options
author | yaworsky <yaworsky> | 2005-09-16 08:40:43 +0000 |
---|---|---|
committer | yaworsky <yaworsky> | 2005-09-16 08:40:43 +0000 |
commit | 9691a996741fec5c5e2d290e72697806b8e4546e (patch) | |
tree | d3e49140caeeb80afdf3649608dc6407d2f1d3b8 /autogen.sh | |
parent | cc936dc1a09d275915f82733611d7c0146846788 (diff) | |
download | syslog-win32-9691a996741fec5c5e2d290e72697806b8e4546e.tar.gz syslog-win32-9691a996741fec5c5e2d290e72697806b8e4546e.tar.xz syslog-win32-9691a996741fec5c5e2d290e72697806b8e4546e.zip |
Added to repository.
Diffstat (limited to '')
-rwxr-xr-x | autogen.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh new file mode 100755 index 0000000..f8d08ac --- /dev/null +++ b/autogen.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +aclocal +libtoolize --force +automake --add-missing --force +autoconf +./configure $@ |