isdn4k-utils/doc/configure.in

10 lines
182 B
Plaintext
Raw Normal View History

1997-02-17 00:08:36 +00:00
dnl Process this file with autoconf to produce a configure script.
AC_INIT()
AC_PREFIX_DEFAULT(/usr)
dnl Checks for programs.
AC_PROG_INSTALL
AC_SUBST(INSTALL)
AC_OUTPUT(Makefile)