forked from PsychoticNinja/irssi
Remove VERSION from config.h.in so you don't need to rebuild the whole irssi
because of it. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1672 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
d06cd9ddbb
commit
69e8011196
@ -103,6 +103,10 @@ aclocal $aclocalinclude
|
|||||||
if grep "^AM_CONFIG_HEADER" configure.in >/dev/null; then
|
if grep "^AM_CONFIG_HEADER" configure.in >/dev/null; then
|
||||||
echo "Running autoheader..."
|
echo "Running autoheader..."
|
||||||
autoheader
|
autoheader
|
||||||
|
|
||||||
|
# we don't want VERSION in our config.h
|
||||||
|
grep -v '^#undef VERSION' config.h.in > config.h.in.temp
|
||||||
|
mv -f config.h.in.temp config.h.in
|
||||||
fi
|
fi
|
||||||
echo "Running autoconf ..."
|
echo "Running autoconf ..."
|
||||||
autoconf
|
autoconf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user