File: configure.in

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 (19 lines) | stat: -rw-r--r-- 395 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
dnl Process this file with autoconf to produce a configure script.
AC_INIT(libapreq.pod)
AM_INIT_AUTOMAKE(libapreq, 1.1)

dnl Checks for programs.
AC_PROG_CC
AM_PROG_LIBTOOL
AC_PROG_RANLIB
AC_PROG_INSTALL
AC_PROG_LN_S

dnl Checks for header files.

dnl Checks for typedefs, structures, and compiler characteristics.

dnl Checks for library functions.

AC_LIBAPREQ
AC_OUTPUT(Makefile c/Makefile)