Author: joes
Date: Sat Apr 23 13:35:32 2005
New Revision: 164417

URL: http://svn.apache.org/viewcvs?rev=164417&view=rev
Log:
"make release" fixes.

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

Modified: httpd/apreq/trunk/Makefile.am
URL: 
http://svn.apache.org/viewcvs/httpd/apreq/trunk/Makefile.am?rev=164417&r1=164416&r2=164417&view=diff
==============================================================================
--- httpd/apreq/trunk/Makefile.am (original)
+++ httpd/apreq/trunk/Makefile.am Sat Apr 23 13:35:32 2005
@@ -23,7 +23,7 @@
 PERL_TEST = 
 endif
 
-release: reconfig docs_clean docs pod2test distdir
+release: reconfig docs_clean docs distdir
        @PERL@ build/version_check.pl > $(distdir)/PREREQUISITES
        @PERL@ build/version_check.pl [EMAIL PROTECTED]@ > $(distdir)/META.yml
        echo MANIFEST > $(distdir)/MANIFEST
@@ -41,7 +41,7 @@
        @echo "$(distdir).tar.gz is kosher."
 
 reconfig:
-       ./buildconf
+       ./buildconf --with-automake=automake-1.6 --with-aclocal=aclocal-1.6
        ./config.nice
 
 docs_clean:

Modified: httpd/apreq/trunk/library/Makefile.am
URL: 
http://svn.apache.org/viewcvs/httpd/apreq/trunk/library/Makefile.am?rev=164417&r1=164416&r2=164417&view=diff
==============================================================================
--- httpd/apreq/trunk/library/Makefile.am (original)
+++ httpd/apreq/trunk/library/Makefile.am Sat Apr 23 13:35:32 2005
@@ -1,3 +1,4 @@
+EXTRA_DIST = t
 AM_CPPFLAGS = @APR_INCLUDES@
 BUILT_SOURCES = @APR_LA@ @APU_LA@
 lib_LTLIBRARIES = libapreq2.la

Modified: httpd/apreq/trunk/module/Makefile.am
URL: 
http://svn.apache.org/viewcvs/httpd/apreq/trunk/module/Makefile.am?rev=164417&r1=164416&r2=164417&view=diff
==============================================================================
--- httpd/apreq/trunk/module/Makefile.am (original)
+++ httpd/apreq/trunk/module/Makefile.am Sat Apr 23 13:35:32 2005
@@ -1,7 +1,7 @@
 AM_CPPFLAGS = @APR_INCLUDES@
 SUBDIRS = apache2
 TEST_CONFIG_SCRIPT = package Apache::TestMM; filter_args(); 
generate_script("t/TEST")
-EXTRA_DIST = t c-modules
+EXTRA_DIST = t apache
 
 noinst_PROGRAMS = test_cgi
 test_cgi_LDFLAGS =  [EMAIL PROTECTED]@ --link-libtool --libs` @APR_LTFLAGS@


Reply via email to