29
28
bzr log --short > ChangeLog || touch ChangeLog
34
31
if test x$LIBTOOLIZE = x; then
38
33
LIBTOOLIZE=libtoolize-1.5
39
34
elif test \! "x`which libtoolize 2> /dev/null | grep -v '^no'`" = x; then
41
36
elif test \! "x`which glibtoolize 2> /dev/null | grep -v '^no'`" = x; then