Changeset 6583881be61b296b48c3e0c52b49d1a8859029a7

Show
Ignore:
Timestamp:
03/23/08 20:30:28 (4 months ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1206300628 +0200
git-parent:

[c64913edec5e89ff57c60284ec3e0478a6368dcd]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1206300628 +0200
Message:

Fix help message of bootstrap

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • bootstrap

    r974a399 r6583881  
    1010if test "$#" != "0"; then 
    1111  echo "Usage: $0" 
    12   echo "  Calls automake, autoconf, autoheader, autopoint and other auto* to generate" 
    13   echo "  m4 macros and prepare Makefiles." 
     12  echo "  Calls autoreconf to generate m4 macros and prepare Makefiles." 
    1413  exit 1 
    1514fi