trawick     00/12/01 07:45:24

  Modified:    .        Makefile.in buildconf
  Log:
  When running make_export.pl from the build scripts, invoke the perl
  interpreter explicitly so that the path coded in make_export.pl doesn't
  have to be correct.
  
  Revision  Changes    Path
  1.30      +1 -1      apr/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apr/Makefile.in,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- Makefile.in       2000/12/01 06:55:41     1.29
  +++ Makefile.in       2000/12/01 15:45:23     1.30
  @@ -101,7 +101,7 @@
   install: all
   
   exports:
  -     ./helpers/make_export.pl -o ./apr.exports include/*.h
  +     perl ./helpers/make_export.pl -o ./apr.exports include/*.h
   
   docs:
        ./helpers/scandoc -i./helpers/default.pl -p./docs/ ./include/*.h
  
  
  
  1.4       +1 -1      apr/buildconf
  
  Index: buildconf
  ===================================================================
  RCS file: /home/cvs/apr/buildconf,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- buildconf 2000/12/01 07:22:17     1.3
  +++ buildconf 2000/12/01 15:45:24     1.4
  @@ -4,5 +4,5 @@
   
   (cd shmem/unix/mm && autoconf)
   
  -./helpers/make_export.pl -o ./apr.exports include/*.h
  +perl ./helpers/make_export.pl -o ./apr.exports include/*.h
   
  
  
  

Reply via email to