1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-15 23:35:34 +00:00

Bug 936: Create stamp-h.in in autogen.sh.

This commit is contained in:
Kalle Olavi Niemitalo 2007-07-02 20:08:57 +03:00 committed by Kalle Olavi Niemitalo
parent e1a4414ad7
commit 6572a506f2

View File

@ -12,6 +12,11 @@ aclocal
echo autoheader...
autoheader
# The timestamp of stamp-h.in indicates when config.h.in was last
# generated or found to be already correct. Create stamp-h.in so
# that it gets included in elinks-*.tar.gz and Makefile won't try
# to run a possibly incompatible version of autoheader (bug 936).
echo timestamp > stamp-h.in
echo autoconf...
autoconf