X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Smake;h=35dd3285f17fea957427c41381d44fb43c9d4bd8;hb=09a1109ddc398f36fe720208e1d38053850cbd2a;hp=d92510bd567e5485d860ffb7d42e6cf8cfbfbb2b;hpb=cda91450a687e3f520ec4614dcc2d09f6f7c82bb;p=pspp-builds.git diff --git a/Smake b/Smake index d92510bd..35dd3285 100644 --- a/Smake +++ b/Smake @@ -69,6 +69,7 @@ all: po/POTFILES.in echo '*' > gl/m4/.cvsignore test -d intl || mkdir intl echo '*' > intl/.cvsignore + libtoolize --force --automake autopoint --force aclocal -I m4 -I gl/m4 autoconf @@ -123,5 +124,6 @@ clean: rm -f config.h.in~ find . -name Makefile.in -exec rm -f {} \; rm -f compile + rm -f ltmain.sh .PHONY: all gettextize potfiles clean