Added EmacsConfigurationAndHelp directory
[temp.git] / site-lisp / psgml / configure.in
blobe9c1be765349b17b25d418e7c3d9658cf73678a3
1 dnl Process this file with autoconf to produce a `configure' script.
2 dnl To rebuild `configure' from this, execute the command
3 dnl     autoconf
4 dnl in the directory containing this script.
5 AC_PREREQ(2.9)dnl
6 AC_INIT(psgml.el)
8 PACKAGE=psgml
9 VERSION=1.2.5
10 AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE")
11 AC_DEFINE_UNQUOTED(VERSION, "$VERSION")
13 AC_SET_MAKE
14 AC_PROG_INSTALL
15 AM_PATH_LISPDIR
16 AC_PATH_PROG(MAKEINFO, makeinfo, no)
17 AC_SUBST(PACKAGE)
18 AC_SUBST(VERSION)
19 AC_OUTPUT(Makefile)
21 dnl configure.in ends here