diff options
author | Timo Sirainen <cras@irssi.org> | 2001-12-04 15:15:14 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-12-04 15:15:14 +0000 |
commit | c9d4a35bd865ce6e7d94f698ac88c86bde761707 (patch) | |
tree | 464b6e685db34039584af69a31bba2a5d8e35953 /autogen.sh | |
parent | 6e187b4a9a9b22d16bd3a36806fabf3f58bcaddf (diff) | |
download | irssi-c9d4a35bd865ce6e7d94f698ac88c86bde761707.zip |
Moved the VERSION-removal of config.h.in to configure from autogen because
"make dist" ran autoheader again and the VERSION wasn't removed.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2196 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -99,10 +99,6 @@ aclocal $aclocalinclude if grep "^AM_CONFIG_HEADER" configure.in >/dev/null; then echo "Running 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 echo "Running autoconf ..." autoconf |