summaryrefslogtreecommitdiff
path: root/Build/source/utils/texi2html/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/texi2html/autogen.sh')
-rwxr-xr-xBuild/source/utils/texi2html/autogen.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/Build/source/utils/texi2html/autogen.sh b/Build/source/utils/texi2html/autogen.sh
deleted file mode 100755
index e46ef51478c..00000000000
--- a/Build/source/utils/texi2html/autogen.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-#! /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