diff options
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,10 +1,12 @@ #!/bin/sh -for DIR in . libpiano; do +for DIR in . libpiano libwardrobe; do + echo "autogen in " $DIR cd $DIR libtoolize --force \ && aclocal \ && autoheader \ && automake --add-missing \ && autoconf + cd - done |