-rw-r--r-- | autogen.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,7 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | test -d aux.d || mkdir aux.d | 2 | test -d aux.d || mkdir aux.d |
3 | aclocal \ | 3 | libtoolize -f \ |
4 | && aclocal \ | ||
4 | && autoheader \ | 5 | && autoheader \ |
5 | && automake -a \ | 6 | && automake -a \ |
6 | && autoconf \ | 7 | && autoconf \ |