[xdebug-dev] xdebug xdebug/Makefile.frag xdebug/config.m4 xdebug/package.xml xdebug/package2.xml - Unconfuse people that install Xdebug with the PECL installer.

From: Derick Rethans <derick[@]derickrethans.nl>
Date: Wed, 25 Oct 2006 14:50:50 +0200

Date: Wed Oct 25 14:50:50 CEST 2006
User: Derick Rethans
Directory: xdebug

Log Message:
[0.25]
- Unconfuse people that install Xdebug with the PECL installer.

Modified files:
           xdebug/Makefile.frag (version: 1.5)
           xdebug/config.m4 (version: 1.24)
           xdebug/package.xml (version: 1.39)
           xdebug/package2.xml (version: 1.7)

[FILE: /xdebug/Makefile.frag]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xdebug/Makefile.frag:1.4 Tue Nov 12 10:07:59 2002 GMT
+++ xdebug/Makefile.frag Wed Oct 25 10:50:50 2006 GMT
@@ -1,6 +1,29 @@
-all-optional: debugclient/main.c usefulstuff.c
- @gcc -Wall -g -o debugclient/debugclient debugclient/main.c usefulstuff.c
+install: $(all_targets) $(install_targets) show-install-instructions
 
-install-optional:
- @echo "Installing debugclient into '$(prefix)/bin/.'"
- @cp debugclient/debugclient $(prefix)/bin/
+show-install-instructions:
+ @echo
+ @$(top_srcdir)/build/shtool echo -n -e %B
+ @echo " +----------------------------------------------------------------------+"
+ @echo " | |"
+ @echo " | INSTALLATION INSTRUCTIONS |"
+ @echo " | ========================= |"
+ @echo " | |"
+ @echo " | See http://xdebug.org/install.php#configure-php for instructions |"
+ @echo " | on how to enable Xdebug for PHP. |"
+ @echo " | |"
+ @echo " | Documentation is available online as well: |"
+ @echo " | - A list of all settings: http://xdebug.org/docs-settings.php |"
+ @echo " | - A list of all functions: http://xdebug.org/docs-functions.php |"
+ @echo " | - Profiling instructions: http://xdebug.org/docs-profiling2.php |"
+ @echo " | - Remote debugging: http://xdebug.org/docs-debugger.php |"
+ @echo " | |"
+ @echo " | |"
+ @echo " | NOTE: Please disregard the message |"
+ @echo " | You should add \"extension=xdebug.so\" to php.ini |"
+ @echo " | that is emitted by the PECL installer. This does not work for |"
+ @echo " | Xdebug. |"
+ @echo " | |"
+ @echo " +----------------------------------------------------------------------+"
+ @$(top_srcdir)/build/shtool echo -n -e %b
+ @echo
+ @echo

[FILE: /xdebug/config.m4]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- xdebug/config.m4:1.23 Mon Sep 25 18:20:01 2006 GMT
+++ xdebug/config.m4 Wed Oct 25 10:50:50 2006 GMT
@@ -1,4 +1,4 @@
-dnl $Id: cvstemp,v 1.23 2006/09/25 20:20:01 derick Exp $
+dnl $Id: cvstemp,v 1.24 2006/10/25 12:50:50 derick Exp $
 dnl config.m4 for extension xdebug
 
 PHP_ARG_ENABLE(xdebug, whether to enable eXtended debugging support,
@@ -25,4 +25,6 @@
   AC_CHECK_FUNCS(gettimeofday)
 
   CPPFLAGS=$old_CPPFLAGS
+
+ PHP_ADD_MAKEFILE_FRAGMENT
 fi

[FILE: /xdebug/package.xml]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- xdebug/package.xml:1.38 Sun Oct 08 18:54:34 2006 GMT
+++ xdebug/package.xml Wed Oct 25 10:50:50 2006 GMT
@@ -122,6 +122,7 @@
       <file role="src" name="xdebug_xml.h"/>
 
       <file role="src" name="Makefile.in"/>
+ <file role="src" name="Makefile.frag"/>
       <file role="src" name="config.m4"/>
       <file role="src" name="xdebug.dsp"/>
 

[FILE: /xdebug/package2.xml]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xdebug/package2.xml:1.6 Sun Oct 08 18:54:34 2006 GMT
+++ xdebug/package2.xml Wed Oct 25 10:50:50 2006 GMT
@@ -124,6 +124,7 @@
    <file name="CREDITS" role="doc" />
    <file name="LICENSE" role="doc" />
    <file name="Makefile.in" role="src" />
+ <file name="Makefile.frag" role="src" />
    <file name="NEWS" role="doc" />
    <file name="php_xdebug.h" role="src" />
    <file name="README" role="doc" />
Received on Wed Oct 25 2006 - 14:50:54 BST

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