mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
Simplify.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4378 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
46bc99acf8
commit
ce7dc49d9f
@ -1,7 +1,7 @@
|
|||||||
AC_INIT(src)
|
AC_INIT(src)
|
||||||
|
|
||||||
# we don't want VERSION in our config.h
|
# we don't want VERSION in our config.h
|
||||||
if test -n "`grep '^#undef VERSION' $srcdir/config.h.in`"; then
|
if grep '^#undef VERSION' $srcdir/config.h.in >/dev/null; then
|
||||||
grep -v '^#undef VERSION' $srcdir/config.h.in > config.h.in.temp
|
grep -v '^#undef VERSION' $srcdir/config.h.in > config.h.in.temp
|
||||||
mv -f config.h.in.temp $srcdir/config.h.in
|
mv -f config.h.in.temp $srcdir/config.h.in
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user