blob: cd79c962b3ce2d2cff2644b2e880ded76cc55a79 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#! /bin/sh
aclocal && \
libtoolize -c --force --automake && \
aclocal && \
autoheader && \
automake -a -c --gnu || automake -a -c --gnu
autoconf
echo "You can now run \"./configure --enable-maintainer-mode\" and \"make\""
|