Bug 1004: NEWS and AUTHORS
[elinks.git] / autogen.sh
blobf1e9f90031902872c581ed8a4a924101111a4dbe
1 #!/bin/sh
3 echo acinclude.m4...
5 echo "dnl Automatically generated from config/m4/ files by autogen.sh!"
6 echo "dnl Do not modify!"
7 cat config/m4/*.m4
8 ) > acinclude.m4
10 echo aclocal...
11 aclocal
13 echo autoheader...
14 autoheader
15 # The timestamp of stamp-h.in indicates when config.h.in was last
16 # generated or found to be already correct. Create stamp-h.in so
17 # that it gets included in elinks-*.tar.gz and Makefile won't try
18 # to run a possibly incompatible version of autoheader (bug 936).
19 echo timestamp > stamp-h.in
21 echo autoconf...
22 autoconf
24 echo config.cache...
25 rm -f config.cache
27 echo done