You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2001/07/26 20:28:06 UTC

cvs commit: httpd-2.0 Makefile.win

wrowe       01/07/26 11:28:06

  Modified:    .        Makefile.win
  Log:
    An itty-bitty hint about what's gone wrong :)
  
  Revision  Changes    Path
  1.58      +16 -0     httpd-2.0/Makefile.win
  
  Index: Makefile.win
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/Makefile.win,v
  retrieving revision 1.57
  retrieving revision 1.58
  diff -u -r1.57 -r1.58
  --- Makefile.win	2001/05/23 13:34:46	1.57
  +++ Makefile.win	2001/07/26 18:28:06	1.58
  @@ -19,6 +19,22 @@
   # so the server root should be given in forward slashes (quoted),
   # preferably with the drive designation!
   
  +!IF !EXIST("srclib\apr")
  +!MESSAGE Please check out or download and unpack the Apache Portability Runtime
  +!MESSAGE sources (apr and apr-util) into your $(INSTDIR)\srclib directory.
  +!MESSAGE Apache cannot build without these libraries!
  +!MESSAGE 
  +!ERROR Need $(INSTDIR)\srclib\apr
  +!ENDIF
  +
  +!IF !EXIST("srclib\apr-util")
  +!MESSAGE Please check out or download and unpack the Apache Portability Runtime
  +!MESSAGE sources (apr and apr-util) into your $(INSTDIR)\srclib directory.
  +!MESSAGE Apache cannot build without these libraries!
  +!MESSAGE 
  +!ERROR Need $(INSTDIR)\srclib\apr-util
  +!ENDIF
  +
   !IF "$(INSTDIR)" == ""
   INSTDIR=\Apache2
   !MESSAGE Using default install directory $(INSTDIR)