diff options
Diffstat (limited to 'tools/setup')
-rwxr-xr-x | tools/setup | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/setup b/tools/setup index 17eed516..63a165af 100755 --- a/tools/setup +++ b/tools/setup @@ -24,9 +24,10 @@ if test -d $HOME/share/aclocal ; then extra="-I $HOME/share/aclocal" fi -autopoint --force +# I think gettext no longer necessary, as all necessary files imported from coreutils +#autopoint --force aclocal -I m4 $extra -libtoolize --force --copy +#libtoolize --force --copy autoheader automake --add-missing --force-missing --copy autoconf |