Commit eb28b62d authored by Christophe Massiot's avatar Christophe Massiot

Check for the presence of arguments (--help ?) before rebuilding everything.

parent 14b46dee
#! /bin/sh #! /bin/sh
## bootstrap file for vlc, the VideoLAN Client ## bootstrap file for vlc, the VideoLAN Client
## $Id: bootstrap,v 1.37 2002/12/25 22:36:14 sam Exp $ ## $Id: bootstrap,v 1.38 2002/12/26 10:55:35 massiot Exp $
## ##
## Authors: Samuel Hocevar <sam@zoy.org> ## Authors: Samuel Hocevar <sam@zoy.org>
if test x$# != x0; then
echo "Usage: ./bootstrap"
echo " Calls automake, autoconf, autoheader, autopoint and other auto* to build"
echo " Makefiles."
exit 1
fi
### ###
### Get a sane environment, just in case ### Get a sane environment, just in case
### ###
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment