source: web/old/remctl-2.14/php/config.m4.in @ f6f3e91

web
Last change on this file since f6f3e91 was f6f3e91, checked in by Jessica B. Hamrick <jhamrick@…>, 15 years ago

Preserve directory hierarchy (not sure what happened to it)

  • Property mode set to 100644
File size: 912 bytes
Line 
1dnl remctl PECL extension for PHP configuration -*- autoconf -*-
2dnl
3dnl Provides additional configuration hooks for the PHP module build system.
4dnl This file is used by the phpize frameowrk.
5dnl
6dnl Originally written by Andrew Mortensen <admorten@umich.edu>, 2008
7dnl Copyright 2008 Andrew Mortensen <admorten@umich.edu>
8dnl Copyright 2008 Board of Trustees, Leland Stanford Jr. University
9dnl
10dnl See LICENSE for licensing terms.
11
12PHP_ARG_ENABLE([remctl], [whether to enable remctl PHP extension],
13    [AC_HELP_STRING([--enable-remctl], [Enable recmtl PHP extension])], [yes])
14
15dnl The @...@ variables are substituted by the top-level configure.  Yes, this
16dnl is a little odd, but it seems to work.
17AS_IF([test "$PHP_REMCTL" != no],
18    [PHP_NEW_EXTENSION([remctl], [php_remctl.c], [$ext_shared])
19     PHP_ADD_INCLUDE([@abs_top_srcdir@])
20     LDFLAGS="$LDFLAGS -L@abs_top_builddir@/client/.libs -lremctl"])
Note: See TracBrowser for help on using the repository browser.