summaryrefslogtreecommitdiff
path: root/etc/configure.in
blob: b785068009ebc8effec594abf5228c5ebd9bb137 (plain)
1
2
3
4
5
6
7
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.5)
AC_INIT(Makefile.in)

AC_PROG_INSTALL

AC_OUTPUT(Makefile)