-rw-r--r-- | autogen.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,8 @@ #!/bin/sh test -d aux.d || mkdir aux.d - aclocal \ + libtoolize -f \ +&& aclocal \ && autoheader \ && automake -a \ && autoconf \ && ./configure "$@" |
index : kin/napkin.git | ||
napkin: The Sleeptracker PRO wach support program |
summaryrefslogtreecommitdiffabout |
-rw-r--r-- | autogen.sh | 3 |
@@ -1,7 +1,8 @@ #!/bin/sh test -d aux.d || mkdir aux.d - aclocal \ + libtoolize -f \ +&& aclocal \ && autoheader \ && automake -a \ && autoconf \ && ./configure "$@" |