isdn4k-utils/doc/configure.ac

23 lines
514 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_PREREQ([2.68])
AC_INIT
AC_PREFIX_DEFAULT([/usr])
1997-02-17 00:08:36 +00:00
1997-02-23 10:45:24 +00:00
I4LCONFDIR=${I4LCONFDIR:-"/etc/isdn"}
I4LVERSION=${I4LVERSION:-"?.?"}
CONFIG_MANDIR=${mandir:-"/usr/man"}
1997-02-23 10:45:24 +00:00
1997-02-17 00:08:36 +00:00
dnl Checks for programs.
AC_PROG_INSTALL
1997-02-23 10:45:24 +00:00
AC_PROG_AWK
AC_PROG_SED
1997-02-17 00:08:36 +00:00
dnl Define which variables to substitute & which files to generate
1997-02-23 10:45:24 +00:00
AC_SUBST(I4LCONFDIR)
AC_SUBST(I4LVERSION)
AC_SUBST(CONFIG_MANDIR)
1998-10-25 14:54:39 +00:00
AC_OUTPUT(Makefile ttyI.man isdninfo.man isdn_cause.man isdn_audio.man isdnctrl.man)