You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apreq-cvs@httpd.apache.org by pg...@apache.org on 2006/05/22 11:30:26 UTC

svn commit: r408619 - /httpd/apreq/trunk/module/Makefile.am

Author: pgollucci
Date: Mon May 22 02:30:23 2006
New Revision: 408619

URL: http://svn.apache.org/viewvc?rev=408619&view=rev
Log:
Fix:
[Mon May 22 02:23:00 2006] [error] [client 127.0.0.1] This script is just a wrapper for test_cgi.
[Mon May 22 02:23:00 2006] [error] [client 127.0.0.1] See the libtool documentation for more information.
[Mon May 22 02:23:00 2006] [error] [client 127.0.0.1] Premature end of script headers: test_cgi
[Mon May 22 02:23:00 2006] [error] [client 127.0.0.1] module/t/cgi-bin/test_cgi: error: `module/t/cgi-bin/.libs/test_cgi' does not exist


Modified:
    httpd/apreq/trunk/module/Makefile.am

Modified: httpd/apreq/trunk/module/Makefile.am
URL: http://svn.apache.org/viewvc/httpd/apreq/trunk/module/Makefile.am?rev=408619&r1=408618&r2=408619&view=diff
==============================================================================
--- httpd/apreq/trunk/module/Makefile.am (original)
+++ httpd/apreq/trunk/module/Makefile.am Mon May 22 02:30:23 2006
@@ -8,7 +8,7 @@
 
 run_tests : t/TEST
 	-cp -f test_cgi t/cgi-bin
-	-cp -Rp .libs t
+	-cp -Rp .libs t/cgi-bin
 	MAKE=$(MAKE) @PERL@ t/TEST
 
 t/TEST : Makefile.am t/TEST.PL