File: acinclude.m4

package info (click to toggle)
libapache-request-perl 1.1-0.1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,312 kB
  • ctags: 184
  • sloc: sh: 6,975; ansic: 1,141; perl: 796; makefile: 55
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)
])