author | Michael Krelin <hacker@klever.net> | 2009-04-11 16:44:46 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2009-04-11 16:44:46 (UTC) |
commit | d0509b2da90aa54ea923cf5731174e6b0a33d0eb (patch) (side-by-side diff) | |
tree | 3dc38d594f11f1588f3a8ac830c1d72ef7a934a3 /autogen.sh | |
parent | f3308ce9dbe8d07a9b1f71d158b0e67c017044ce (diff) | |
download | libopkele-d0509b2da90aa54ea923cf5731174e6b0a33d0eb.zip libopkele-d0509b2da90aa54ea923cf5731174e6b0a33d0eb.tar.gz libopkele-d0509b2da90aa54ea923cf5731174e6b0a33d0eb.tar.bz2 |
add libtool macros to distributed tarball
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,9 +1,9 @@ #!/bin/sh WANT_AUTOMAKE=1.8 export WANT_AUTOMAKE libtoolize -f \ -&& aclocal \ +&& aclocal -I aclocal.d \ && autoheader \ && automake -a \ && autoconf \ && ./configure "$@" |