]> git.pld-linux.org Git - projects/rc-scripts.git/blame - configure.in
fixed bug with math
[projects/rc-scripts.git] / configure.in
CommitLineData
38198f50 1dnl $Id: configure.in,v 1.9 1999/07/31 11:24:17 misiek Exp $
7e04fe0e 2AC_INIT()
3
4PACKAGE=rc-scripts
13590263 5VERSION=0.0.7
7e04fe0e 6
7AM_INIT_AUTOMAKE($PACKAGE, $VERSION, no-define)
8
9dnl Checks for programs.
10AC_PROG_CC
11AC_ISC_POSIX
12AC_PROG_INSTALL
13AC_PROG_LN_S
14AC_PROG_MAKE_SET
15
16pppdir='${sysconfdir}/ppp'
7e04fe0e 17sysconfigdir='${sysconfdir}/sysconfig'
16742ce6 18networkscriptsdir='${sysconfigdir}/network-scripts'
7e04fe0e 19rcdir='${sysconfdir}/rc.d'
20docdir="${prefix}/doc/$PACKAGE-$VERSION"
85a71060 21libdir="${exec_prefix}/lib"
7e04fe0e 22
23AC_SUBST(pppdir)
24AC_SUBST(networkscriptsdir)
25AC_SUBST(sysconfigdir)
26AC_SUBST(rcdir)
27AC_SUBST(docdir)
28AC_SUBST(libdir)
29
30AC_OUTPUT(Makefile src/Makefile doc/Makefile \
31 ppp/Makefile ppp/ip-up.d/Makefile ppp/ip-down.d/Makefile \
32 sysconfig/Makefile \
33 sysconfig/network-scripts/Makefile \
ca263bb1
AF
34 sysconfig/interfaces/Makefile \
35 sysconfig/interfaces/data/Makefile \
36ddc8d8 36 rc.d/Makefile rc.d/init.d/Makefile \
7e04fe0e 37 rc-scripts.spec)
This page took 0.190279 seconds and 4 git commands to generate.