Commit 60adb018 authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

  An itty-bitty hint about what's gone wrong :)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89737 13f79535-47bb-0310-9956-ffa450edef68
parent 8f7f905c
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -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)