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 17eed51..63a165a 100755 --- a/tools/setup +++ b/tools/setup | |||
@@ -24,9 +24,10 @@ if test -d $HOME/share/aclocal ; then | |||
24 | extra="-I $HOME/share/aclocal" | 24 | extra="-I $HOME/share/aclocal" |
25 | fi | 25 | fi |
26 | 26 | ||
27 | autopoint --force | 27 | # I think gettext no longer necessary, as all necessary files imported from coreutils |
28 | #autopoint --force | ||
28 | aclocal -I m4 $extra | 29 | aclocal -I m4 $extra |
29 | libtoolize --force --copy | 30 | #libtoolize --force --copy |
30 | autoheader | 31 | autoheader |
31 | automake --add-missing --force-missing --copy | 32 | automake --add-missing --force-missing --copy |
32 | autoconf | 33 | autoconf |