summaryrefslogtreecommitdiffstats
path: root/tools/setup
diff options
context:
space:
mode:
Diffstat (limited to 'tools/setup')
-rwxr-xr-xtools/setup4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/setup b/tools/setup
index 1afe4f1..6da3f67 100755
--- a/tools/setup
+++ b/tools/setup
@@ -23,6 +23,10 @@ if test -d $HOME/share/aclocal ; then
23 extra="-I $HOME/share/aclocal" 23 extra="-I $HOME/share/aclocal"
24fi 24fi
25 25
26# This file will be automagically re-generated of present - still looks
27# better than having a versioned file change based on automake version
28touch build-aux/mkinstalldirs
29
26aclocal -I gl/m4 -I m4 $extra 30aclocal -I gl/m4 -I m4 $extra
27#libtoolize --force --copy 31#libtoolize --force --copy
28autoheader 32autoheader