diff options
Diffstat (limited to 'tools/setup')
-rwxr-xr-x | tools/setup | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/setup b/tools/setup index 1afe4f15..6da3f674 100755 --- a/tools/setup +++ b/tools/setup @@ -23,6 +23,10 @@ if test -d $HOME/share/aclocal ; then extra="-I $HOME/share/aclocal" fi +# This file will be automagically re-generated of present - still looks +# better than having a versioned file change based on automake version +touch build-aux/mkinstalldirs + aclocal -I gl/m4 -I m4 $extra #libtoolize --force --copy autoheader |