autogen.sh
changeset 709 bdcdb9b34992
parent 637 f7b3628c8a5a
equal deleted inserted replaced
708:ced985515dea 709:bdcdb9b34992
     9 	echo "Error: You have to run this script in the root of loudmouth sources."
     9 	echo "Error: You have to run this script in the root of loudmouth sources."
    10 	exit 1
    10 	exit 1
    11 fi
    11 fi
    12 
    12 
    13 if [ "x$1" = "x-h" ] || [ "x$1" = "x--help" ]; then
    13 if [ "x$1" = "x-h" ] || [ "x$1" = "x--help" ]; then
    14 	echo "./autogen.sh [-g]"
    14 	echo "./autogen.sh [-n]"
    15 	echo
    15 	echo
    16 	echo " -n  disable gtk-doc"
    16 	echo " -n  disable gtk-doc"
    17 	echo
    17 	echo
    18 	echo "Also uses environment variables AUTORECONF and GTKDOCIZE"
    18 	echo "Also uses environment variables AUTORECONF and GTKDOCIZE"
    19 	exit 1
    19 	exit 1