summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Holsman <ianh@apache.org>2002-08-01 18:42:33 +0200
committerIan Holsman <ianh@apache.org>2002-08-01 18:42:33 +0200
commit89d5b26e703fb06b1dfba79f5d1b4fc4ef8e78ed (patch)
tree69b3d7ecb364930f00b8136b99fc0543f7b3b120
parentNew XML. (diff)
downloadapache2-89d5b26e703fb06b1dfba79f5d1b4fc4ef8e78ed.tar.xz
apache2-89d5b26e703fb06b1dfba79f5d1b4fc4ef8e78ed.zip
we need apr-iconv now
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96272 13f79535-47bb-0310-9956-ffa450edef68
-rwxr-xr-xbuild/httpd_roll_release4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/httpd_roll_release b/build/httpd_roll_release
index dac2107a26..4570d0d2aa 100755
--- a/build/httpd_roll_release
+++ b/build/httpd_roll_release
@@ -30,8 +30,8 @@ umask 022
echo Checking out httpd-2.0 > $LOG_NAME
cvs checkout -r $TAG -d $WORKING_DIR $REPO >> $LOG_NAME
cd $WORKING_DIR/srclib
-echo "Checking out apr and apr-util" >> $LOG_NAME
-cvs checkout -r $TAG apr apr-util >> $LOG_NAME
+echo "Checking out apr, apr-iconv and apr-util" >> $LOG_NAME
+cvs checkout -r $TAG apr apr-iconv apr-util >> $LOG_NAME
cd $START_DIR/$WORKING_DIR
# Make sure the master site's FAQ is up-to-date. It doesn't hurt to do this