web
|
Last change
on this file since f6f3e91 was
f6f3e91,
checked in by Jessica B. Hamrick <jhamrick@…>, 16 years ago
|
|
Preserve directory hierarchy (not sure what happened to it)
|
-
Property mode set to
100644
|
|
File size:
912 bytes
|
| Line | |
|---|
| 1 | dnl remctl PECL extension for PHP configuration -*- autoconf -*- |
|---|
| 2 | dnl |
|---|
| 3 | dnl Provides additional configuration hooks for the PHP module build system. |
|---|
| 4 | dnl This file is used by the phpize frameowrk. |
|---|
| 5 | dnl |
|---|
| 6 | dnl Originally written by Andrew Mortensen <admorten@umich.edu>, 2008 |
|---|
| 7 | dnl Copyright 2008 Andrew Mortensen <admorten@umich.edu> |
|---|
| 8 | dnl Copyright 2008 Board of Trustees, Leland Stanford Jr. University |
|---|
| 9 | dnl |
|---|
| 10 | dnl See LICENSE for licensing terms. |
|---|
| 11 | |
|---|
| 12 | PHP_ARG_ENABLE([remctl], [whether to enable remctl PHP extension], |
|---|
| 13 | [AC_HELP_STRING([--enable-remctl], [Enable recmtl PHP extension])], [yes]) |
|---|
| 14 | |
|---|
| 15 | dnl The @...@ variables are substituted by the top-level configure. Yes, this |
|---|
| 16 | dnl is a little odd, but it seems to work. |
|---|
| 17 | AS_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.