diff options
author | Simon Josefsson <simon@josefsson.org> | 2004-08-02 20:30:10 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2004-08-02 20:30:10 +0000 |
commit | ea45d90cec04607fd25e564f537c7c30fb2f9eb7 (patch) | |
tree | 428ed70d0c598894ac23d50cf68d35a367e30e94 | |
parent | c4fcb14a765abebf5616283fceaf7d9cf01ca1c8 (diff) | |
download | gnutls-ea45d90cec04607fd25e564f537c7c30fb2f9eb7.tar.gz |
Use autoreconf.
-rwxr-xr-x | buildconf | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -1,11 +1,12 @@ #! /bin/sh -aclocal -I . && \ -libtoolize -c --force --automake && \ -aclocal -I . && \ -autoheader -Wall && \ -automake -a -c --gnu || automake -a -c --gnu -autoconf +autoreconf --force --install +#aclocal -I . && \ +#libtoolize -c --force --automake && \ +#aclocal -I . && \ +#autoheader -Wall && \ +#automake -a -c --gnu || automake -a -c --gnu +#autoconf echo "You can now run \"./configure --enable-developer-mode\" and \"make\"" |