diff options
Diffstat (limited to 'Build/source/utils/texcount/configure.ac')
-rw-r--r-- | Build/source/utils/texcount/configure.ac | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Build/source/utils/texcount/configure.ac b/Build/source/utils/texcount/configure.ac new file mode 100644 index 00000000000..703d14d9a40 --- /dev/null +++ b/Build/source/utils/texcount/configure.ac @@ -0,0 +1,14 @@ +dnl configure.ac +dnl +dnl Copyright 2008 by Norbert Preining. +dnl +dnl The file is part of the TeX Live distribution and was written for +dnl inclusion of TeXCount (CTAN/support/texcount) into the Build process. +dnl +dnl Licensed under GPL +dnl + +AC_INIT(texcount, 1.9, tex-live@tug.org) +AC_CONFIG_FILES(Makefile) +AC_PROG_INSTALL +AC_OUTPUT |