summaryrefslogtreecommitdiff
path: root/etc/configure.in
blob: 38bc65902e7ce79e80a1d787345fe6db6cb8cd72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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)


AC_OUTPUT(Makefile)