diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-17 21:16:42 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-17 21:16:42 +0000 |
commit | a3d3111bfe26b8e5f5bc6049dfb2a4ca2edc7881 (patch) | |
tree | f4a8a34f904c1bb86adcc3ae0e14434badc6dbe4 /Build/source/utils/texi2html/autogen.sh | |
parent | 6c0eafbb1395d426a72a74538e0b2a95e8344ca6 (diff) |
utils 1
git-svn-id: svn://tug.org/texlive/trunk@1484 c570f23f-e606-0410-a88d-b1316a301751
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 |