Revision 1863 trunk/autogen.sh

autogen.sh (revision 1863)
23 23
cd client/web/module
24 24
phpize
25 25
# Perform a dirty hack to the PHP module Makefile so that
26
# the command 'make dist' won't fail
26
# the commands 'make dist' and 'make check' won't fail
27 27
chmod 600 Makefile.global
28 28
echo "distdir:" >> Makefile.global
29
echo "check:" >> Makefile.global
29 30

                
30 31
# Another dirty hack so that the PHP knows the version information
31 32
VERSION=`cat ../../../configure | grep -A2  "PACKAGE='nntpgrab'"  | grep VERSION | sed s/\ VERSION=\'// | sed s/\'//`

Also available in: Unified diff