[xdebug-dev] xdebug xdebug/debugclient/acinclude.m4 xdebug/debugclient/configure.in - Make this work with newer autoconf and automake.

From: Derick Rethans <derick[@]derickrethans.nl>
Date: Mon, 26 Feb 2007 15:38:42 +0100

Date: Mon Feb 26 15:38:42 CET 2007
User: Derick Rethans
Directory: xdebug

Log Message:
[0.50]
- Make this work with newer autoconf and automake.

Modified files:
           xdebug/debugclient/acinclude.m4 (version: 1.3)
           xdebug/debugclient/configure.in (version: 1.6)

[FILE: /xdebug/debugclient/acinclude.m4]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xdebug/debugclient/acinclude.m4:1.2 Mon Sep 22 07:04:55 2003 GMT
+++ xdebug/debugclient/acinclude.m4 Mon Feb 26 13:38:42 2007 GMT
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: cvstemp,v 1.2 2003/09/22 09:04:55 derick Exp $
+dnl $Id: cvstemp,v 1.3 2007/02/26 14:38:42 derick Exp $
 dnl
 dnl This file contains local autoconf functions.
 dnl This source file is subject to version 1.0 of the Xdebug license,
@@ -16,7 +16,7 @@
 dnl XDEBUG_MODULE_ADD(modulename [, static])
 dnl
 XDEBUG_STATIC_LDADD=""
-AC_DEFUN(XDEBUG_MODULE_ADD,[
+AC_DEFUN([XDEBUG_MODULE_ADD],[
   XDEBUG_MODULES="$XDEBUG_MODULES $1"
   if test a$2 != "a"; then
     XDEBUG_STATIC_MODULES="$XDEBUG_STATIC_MODULES $1"
@@ -28,41 +28,8 @@
 dnl
 dnl XDEBUG_HELP_SEPARATOR(text)
 dnl
-AC_DEFUN(XDEBUG_HELP_SEPARATOR,[
+AC_DEFUN([XDEBUG_HELP_SEPARATOR],[
 AC_ARG_ENABLE([],[
 $1],[])
 ])
 
-dnl
-dnl XDEBUG_SSL_CHECK
-dnl
-AC_DEFUN(XDEBUG_SSL_CHECK,[
- AC_MSG_CHECKING([where the openssl is installed])
- AC_ARG_WITH(ssl-dir,
- [ --with-ssl-dir=<dir> Define the path to OpenSSL install location. [/usr/local] ],
- [
-
- test -f $withval/lib/libcrypto.so -o -f $withval/lib/libcrypto.a && XDEBUG_SSL_DIR="$withval"
- test -f $withval/include/openssl/des.h && INCLUDES="$INCLUDES -I$withval/include"
-
- if test -z "$XDEBUG_SSL_DIR"; then
- AC_MSG_ERROR([not found. Check the path given to --with-ssl-dir=<dir>])
- else
- AC_MSG_RESULT([$XDEBUG_SSL_DIR])
- fi
-
- ],[
-
- for i in /usr/local/ssl /usr/local /usr /usr/local/openssl; do
- test -f $i/lib/libcrypto.so -o -f $i/lib/libcrypto.a && XDEBUG_SSL_DIR="$i"
- test -f $i/include/openssl/des.h && INCLUDES="$INCLUDES -I$i/include"
- done
-
- if test -z "$XDEBUG_SSL_DIR"; then
- AC_MSG_RESULT([not found.])
- else
- AC_MSG_RESULT([$XDEBUG_SSL_DIR])
- fi
-
- ])
-])

[FILE: /xdebug/debugclient/configure.in]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xdebug/debugclient/configure.in:1.5 Sat Sep 24 18:00:12 2005 GMT
+++ xdebug/debugclient/configure.in Mon Feb 26 13:38:42 2007 GMT
@@ -1,4 +1,4 @@
-dnl $Id: cvstemp,v 1.5 2005/09/24 20:00:12 derick Exp $
+dnl $Id: cvstemp,v 1.6 2007/02/26 14:38:42 derick Exp $
 dnl
 dnl Process this file with autoconf to produce a configure script.
 dnl
@@ -200,9 +200,7 @@
 dnl
 dnl Output
 dnl
-MAKES="Makefile"
-
-AC_OUTPUT([$MAKES], [], [
+AC_OUTPUT([Makefile], [], [
   if test "\$CONFIG_FILES" = "$MAKES" || test -z "\$CONFIG_FILES"; then
     REDO_ALL=yes
   fi
Received on Mon Feb 26 2007 - 15:38:44 GMT

This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:03 BST