diff options
| author | SVN Migration <svn@php.net> | 2002-05-19 13:54:38 +0000 |
|---|---|---|
| committer | SVN Migration <svn@php.net> | 2002-05-19 13:54:38 +0000 |
| commit | 62e263f01ef567ae3926739f37d13cac17fe7739 (patch) | |
| tree | 353ff240a432d453632dcad134524cbb9e0ea610 /TSRM/configure.in | |
| parent | e3490f1429d8f03c16d8cef7cd835c3fb2d5b43e (diff) | |
| download | php-git-php-4.3.0dev-ZendEngine2.tar.gz | |
This commit was manufactured by cvs2svn to create tagphp-4.3.0dev-ZendEngine2
'php_4_3_0_dev_ZendEngine2'.
Diffstat (limited to 'TSRM/configure.in')
| -rw-r--r-- | TSRM/configure.in | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/TSRM/configure.in b/TSRM/configure.in deleted file mode 100644 index acfdd00b35..0000000000 --- a/TSRM/configure.in +++ /dev/null @@ -1,31 +0,0 @@ -dnl $Id$ -dnl -dnl Minimalistic configure.in for TSRM. -dnl - -AC_INIT(TSRM.c) -AM_INIT_AUTOMAKE(TSRM, 1.0, nodefine) -AM_CONFIG_HEADER(tsrm_config.h) - -sinclude(tsrm.m4) - -TSRM_BASIC_CHECKS -TSRM_THREADS_CHECKS - -AM_PROG_LIBTOOL -if test "$enable_debug" != "yes"; then - AM_SET_LIBTOOL_VARIABLE([--silent]) -fi - -dnl TSRM_PTHREAD - -AC_CHECK_HEADERS( -utime.h \ -dirent.h \ -stdarg.h \ -alloca.h \ -unistd.h \ -limits.h -) - -AC_OUTPUT(Makefile) |
