diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/setup | 4 |
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" |
24 | fi | 24 | fi |
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 | ||
28 | touch build-aux/mkinstalldirs | ||
29 | |||
26 | aclocal -I gl/m4 -I m4 $extra | 30 | aclocal -I gl/m4 -I m4 $extra |
27 | #libtoolize --force --copy | 31 | #libtoolize --force --copy |
28 | autoheader | 32 | autoheader |