You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by do...@hyperreal.org on 1998/08/10 22:09:56 UTC

cvs commit: modperl/apaci configure

dougm       98/08/10 13:09:56

  Modified:    .        Changes
               apaci    configure
  Log:
  add -DMOD_PERL to apaci/configure for USE_APXS=1
  
  Revision  Changes    Path
  1.105     +3 -0      modperl/Changes
  
  Index: Changes
  ===================================================================
  RCS file: /export/home/cvs/modperl/Changes,v
  retrieving revision 1.104
  retrieving revision 1.105
  diff -u -r1.104 -r1.105
  --- Changes	1998/08/10 14:59:25	1.104
  +++ Changes	1998/08/10 20:09:54	1.105
  @@ -8,6 +8,9 @@
   
   =item 1.15_01-dev
   
  +add -DMOD_PERL to apaci/configure for USE_APXS=1
  +[Andrea Borgia <ba...@iperbole.bologna.it>]
  +
   set LD_RUN_PATH in Makefile.PL [Tom Hughes <to...@compton.demon.co.uk>]
   
   add =pod config support for '={begin,for} apache ... =end apache'
  
  
  
  1.7       +1 -1      modperl/apaci/configure
  
  Index: configure
  ===================================================================
  RCS file: /export/home/cvs/modperl/apaci/configure,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- configure	1998/07/28 14:43:02	1.6
  +++ configure	1998/08/10 20:09:55	1.7
  @@ -89,7 +89,7 @@
   echo "##" >>$my_makefileconf
   echo "" >>$my_makefileconf
   echo "#   provide some stuff Apache usually provides" >>$my_makefileconf
  -echo "CFLAGS=$my_apxs_cflags" >>$my_makefileconf
  +echo "CFLAGS=-DMOD_PERL $my_apxs_cflags" >>$my_makefileconf
   echo "INCLUDES=$my_apxs_includes" >>$my_makefileconf
   echo "RANLIB=ranlib" >>$my_makefileconf
   echo "LIBEXT=so" >>$my_makefileconf