r1984: *** empty log message ***
[ctsim.git] / make-upstream.sh
index f515b13194d25975bb699f5039ce502032b4872b..5f127a9e5be0a355503010cc0364bc595d0c03b9 100755 (executable)
@@ -40,7 +40,7 @@ DEBDIR=${DEBPKG}-${VERSION}
 
 if [ -f ${PACKAGE_DIR}/${DEBPKG}_${VERSION}.orig.tar.gz ]; then
   echo "File ${PACKAGE_DIR}/${DEBPKG}_${VERSION}.orig.tar.gz already exists."
-  echo -n "Are you sure that you want to create a new upstream source (y/N): "
+  echo -n "Are you sure that you want to create a new upstream archive? (y/N): "
   read answer
   case $answer in
       [Yy]*) nop= ;;
@@ -76,7 +76,7 @@ rm -rf `find . -type d -name CVS`
 rm -f `find . -type f -name '*~' -or -name '.#*'  -or -name '#*#' -or -name ".*~"`
 rm -f `find doc -type f -name \*.tex -or -name \*.aux -or \
   -name \*.log -or -name \*.out -or -name \*.dvi`
-rm -rf images doc stamp-h.in build-stamp configure-stamp autom4te.cache
+rm -rf images doc stamp-h.in build-stamp configure-stamp autom4te.cache configure.ac do-autoconf
 cd ..
 
 echo "Creating upstream archives"