~vcs-imports/denemo/trunk

1
2
3
4
5
6
7
#!/bin/sh
aclocal $ACLOCAL_FLAGS -I build -I /usr/share/aclocal && \
autoheader && \
libtoolize --force && \
intltoolize --copy --force --automake && \
automake --add-missing --gnu && \
autoconf