]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
cosmetics: remove an obsolete comment, fix a typo in another one
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 1 Aug 2012 10:49:13 +0000 (12:49 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 1 Aug 2012 10:49:13 +0000 (12:49 +0200)
* t/distdir.sh: Here.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
t/distdir.sh

index 9d0d6ee91bc75a334375d9d1cfa5cae08258a68d..8edf6f074303c708925740105050b08f8ce7860b 100755 (executable)
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-# Test to make sure subdirs in EXTRA_DIST work.  Also tests to make
-# sure *srcdir is properly handled.  Note that using './', as in
-#   EXTRA_DIST = ./joe
-# does not work portably: it fails with HP-UX and Tru64 make.
-# Also test the situation when the lsit of distributed files contains
+# Test to make sure subdirs in EXTRA_DIST work.
+# Also tests to make sure *srcdir is properly handled.
+# Also test the situation when the list of distributed files contains
 # a directory and a file in it, and repeated directories.
 
 . ./defs || exit 1