File: configure.ac

package info (click to toggle)
sgml-spell-checker 0.0.20040919-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 168 kB
  • sloc: sh: 173; perl: 109; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 249 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
AC_INIT([sgml-spell-checker], esyscmd([echo -n "`date +%Y%m%d`"]), [peter_e@gmx.net])
AC_PREREQ(2.52)
AC_PATH_PROG(ASPELL, aspell, aspell)
AC_PATH_PROG(PERL, perl, perl)
AC_PATH_PROG(SGMLSPL, sgmlspl, sgmlspl)
AC_CONFIG_FILES(GNUmakefile)
AC_OUTPUT