1. 24 Sep, 2001 1 commit
    • Jim Jagielski's avatar
      PR: · 20f9711e
      Jim Jagielski authored
      Obtained from:
      Submitted by:	Stipe Tolj <tolj@wapme-systems.de>
      Reviewed by:
      
      Some Cygwin portability changes, from
          Message-ID: <3BAB4213.74AA3C0F@wapme-systems.de>
      Did not include the below patch to install.sh since this looked like
      it would affect other OSs...
      
      	 #  Check if we need to add an executable extension (such as ".exe")
      	-#  on specific OS to src and dst
      	+#  on specific OS to src and dst.
      	+#  At least Cygwin requires this to ensure a clean "make install".
      	 if [ -f "$src.exe" ]; then
      	-  if [ -f "$src" ]; then
      	-    : # Cygwin [ test ] is too stupid to do [ -f "$src.exe" ] && [ ! -f "$src" ]
      	-  else
      	     ext=".exe"
      	-  fi
      	 fi
      	 src="$src$ext"
      	 dst="$dst$ext"
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91124 13f79535-47bb-0310-9956-ffa450edef68
      20f9711e
  2. 21 Sep, 2001 2 commits
  3. 12 Sep, 2001 4 commits
  4. 11 Sep, 2001 6 commits
  5. 10 Sep, 2001 4 commits
  6. 07 Sep, 2001 1 commit
  7. 06 Sep, 2001 4 commits
  8. 05 Sep, 2001 1 commit
  9. 04 Sep, 2001 1 commit
  10. 29 Aug, 2001 2 commits
  11. 23 Aug, 2001 3 commits
  12. 22 Aug, 2001 3 commits
  13. 21 Aug, 2001 6 commits
  14. 18 Aug, 2001 1 commit
  15. 16 Aug, 2001 1 commit