blob: 703d14d9a40d4cbbba02e0df5b8f08dcb20c7464 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
|