Move notice of GNUTLS >= 1.2 requirement to NEWS file
[elinks.git] / autogen.sh
blobf146c95dd56a44943a649b4cddda193c6df74b5f
1 #!/bin/sh
3 echo acinclude.m4...
4 echo "dnl This is automatically generated from m4/ files! Do not modify!" > acinclude.m4
5 cat config/m4/*.m4 >> acinclude.m4
7 echo aclocal...
8 aclocal
10 echo autoheader...
11 autoheader
13 echo autoconf...
14 autoconf
16 echo config.cache...
17 rm -f config.cache
19 echo done