iconv: Bail out of the loop when an illegal sequence of bytes occurs.
[elinks/elinks-j605.git] / autogen.sh
blobd87f884df5abc140582ebac2d8124eb41b9c60cc
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, autom4te.cache...
25 rm -f config.cache
26 rm -rf autom4te.cache
28 echo done