]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - Ada95/make-tar.sh
ncurses 5.7 - patch 20100626
[ncurses.git] / Ada95 / make-tar.sh
index 7a495102ccc97a73cbbf8e7c053cda2efc59c612..ab8abf57b3ae7189933dd170a1660dfeae9a4686 100644 (file)
@@ -1,5 +1,5 @@
 #!/bin/sh
-# $Id: make-tar.sh,v 1.2 2010/02/20 23:45:13 tom Exp $
+# $Id: make-tar.sh,v 1.4 2010/02/27 23:57:56 tom Exp $
 ##############################################################################
 # Copyright (c) 2010 Free Software Foundation, Inc.                          #
 #                                                                            #
@@ -55,6 +55,15 @@ mkdir $BUILD/$ROOTNAME
 
 cp -p -r * $BUILD/$ROOTNAME/ || exit
 
+# Add the config.* utility scripts from the top-level directory.
+for i in . ..
+do
+       for j in config.guess config.sub install-sh tar-copy.sh
+       do
+               test -f $i/$j && cp -p $i/$j $BUILD/$ROOTNAME/
+       done
+done
+
 # Add the ada documentation.
 mkdir $BUILD/$ROOTNAME/doc || exit
 cd ../doc/html || exit