File: acinclude.m4

package info (click to toggle)
libapache-request-perl 1.33-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,556 kB
  • ctags: 202
  • sloc: sh: 8,329; ansic: 1,289; perl: 298; makefile: 54
file content (8 lines) | stat: -rw-r--r-- 270 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
AC_DEFUN(AC_LIBAPREQ, [
	AC_ARG_WITH(apache-includes,
		[  --with-apache-includes  where the apache header files live],
		[APACHE_INCLUDES=$withval],
		[APACHE_INCLUDES="/usr/local/apache/include"])
	LIBAPREQ_INCLUDES="-I$APACHE_INCLUDES"
	AC_SUBST(LIBAPREQ_INCLUDES)
])