isdn4k-utils/doc/configure.in

19 lines
409 B
Plaintext

dnl Process this file with autoconf to produce a configure script.
AC_INIT()
AC_PREFIX_DEFAULT(/usr)
I4LCONFDIR=${I4LCONFDIR:-"/etc/isdn"}
I4LVERSION=${I4LVERSION:-"?.?"}
dnl Checks for programs.
AC_PROG_INSTALL
AC_PROG_AWK
AC_PATH_PROG(SED,sed)
AC_SUBST(INSTALL)
AC_SUBST(AWK)
AC_SUBST(SED)
AC_SUBST(I4LCONFDIR)
AC_SUBST(I4LVERSION)
AC_OUTPUT(Makefile ttyI.man isdninfo.man isdn_cause.man isdn_audio.man)