stas        2003/06/12 01:23:48

  Modified:    .        configure.ac
  Log:
  AC_CONFIG_AUX_DIR doesn't quite work, dnl it
  
  Revision  Changes    Path
  1.5       +6 -1      httpd-apreq-2/configure.ac
  
  Index: configure.ac
  ===================================================================
  RCS file: /home/cvs/httpd-apreq-2/configure.ac,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- configure.ac      25 Apr 2003 03:17:47 -0000      1.4
  +++ configure.ac      12 Jun 2003 08:23:47 -0000      1.5
  @@ -2,7 +2,12 @@
   
   AC_PREREQ(2.13)
   AC_INIT(libapreq - Apache Request Library, 2.0, [EMAIL PROTECTED], libapreq)
  -AC_CONFIG_AUX_DIR(build)
  +
  +dnl this:
  +dnl AC_CONFIG_AUX_DIR(build)
  +dnl causes problems on certain platforms
  +dnl aclocal.m4:817: required file `build/ltmain.sh' not found
  +
   AM_INIT_AUTOMAKE
   
   AC_PROG_MAKE_SET
  
  
  

Reply via email to