1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-01 04:14:16 -04:00

Simplify.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4378 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Emanuele Giaquinta 2006-09-22 14:46:05 +00:00 committed by exg
parent 46bc99acf8
commit ce7dc49d9f

View File

@ -1,7 +1,7 @@
AC_INIT(src)
# 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
mv -f config.h.in.temp $srcdir/config.h.in
fi