diff options
Diffstat (limited to 'Build/source/utils/texi2html/autogen.sh')
-rwxr-xr-x | Build/source/utils/texi2html/autogen.sh | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Build/source/utils/texi2html/autogen.sh b/Build/source/utils/texi2html/autogen.sh new file mode 100755 index 00000000000..e46ef51478c --- /dev/null +++ b/Build/source/utils/texi2html/autogen.sh @@ -0,0 +1,14 @@ +#! /bin/sh +# Run this to generate all the initial makefiles, etc. + +test -f Makefile.am || cd "`dirname \"$0\"`" + +# Create `aclocal.m4'. +aclocal + +# Create `Makefile.in' from `Makefile.am', and symlink `install-sh', +# `missing' and `mkinstalldirs' from /usr/share/automake. +automake --add-missing + +# Create `configure' from `configure.in'. +autoconf |