configure.ac (mod_rrd-1.0.0.tar.bz2) | : | configure.ac (mod_rrd-1.0.1.tar.bz2) | ||
---|---|---|---|---|
# -*- Autoconf -*- | # -*- Autoconf -*- | |||
# Process this file with autoconf to produce a configure script. | # Process this file with autoconf to produce a configure script. | |||
AC_PREREQ(2.61) | AC_PREREQ(2.61) | |||
AC_INIT(mod_rrd, 1.0.0, minfrin@sharp.fm) | AC_INIT(mod_rrd, 1.0.1, minfrin@sharp.fm) | |||
AM_INIT_AUTOMAKE([dist-bzip2]) | AM_INIT_AUTOMAKE([dist-bzip2]) | |||
AC_CONFIG_FILES([Makefile mod_rrd.spec]) | AC_CONFIG_FILES([Makefile mod_rrd.spec]) | |||
AC_CONFIG_SRCDIR([mod_rrd.c]) | AC_CONFIG_SRCDIR([mod_rrd.c]) | |||
AC_CONFIG_HEADER(config.h) | AC_CONFIG_HEADER(config.h) | |||
# Checks for programs. | # Checks for programs. | |||
AC_PROG_CC | AC_PROG_CC | |||
AC_ARG_WITH(apxs, | AC_ARG_WITH(apxs, | |||
[ --with-apxs=PATH path to Apache apxs], | [ --with-apxs=PATH path to Apache apxs], | |||
[ | [ | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |