1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-28 03:06:20 -04:00

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

[ From commit 6572a506f2 in ELinks
  0.12.GIT.  --KON ]
This commit is contained in:
Kalle Olavi Niemitalo 2007-07-02 20:08:57 +03:00 committed by Kalle Olavi Niemitalo
parent 6bec461302
commit 45767788b1

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