mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 20:00:23 +02: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 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue