freebsd-skq/etc/configure.in

13 lines
200 B
Plaintext
Raw Normal View History

2009-05-06 05:08:22 +00:00
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.5)
AC_INIT(Makefile.in)
AC_PROG_INSTALL
AC_SUBST(datarootdir)
AC_SUBST(docdir)
AC_SUBST(htmldir)
2009-05-06 05:08:22 +00:00
AC_OUTPUT(Makefile)