Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 18, 2005, 6:57:55 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: removed some unnecessary stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/scripts/gtk-config.osXframework

    r4097 r4655  
    1313usage()
    1414{
    15         cat <<EOF
     15        cat <<EOF
    1616Usage: gtk-config [OPTIONS] [LIBRARIES]
    1717Options:
    18         [--prefix[=DIR]]
    19         [--exec-prefix[=DIR]]
    20         [--version]
    21         [--libs]
    22         [--cflags]
     18        [--prefix[=DIR]]
     19        [--exec-prefix[=DIR]]
     20        [--version]
     21        [--libs]
     22        [--cflags]
    2323Libraries:
    24         gtk
    25         gthread
     24        gtk
     25        gthread
    2626EOF
    27         exit $1
     27        exit $1
    2828}
    2929
    3030if test $# -eq 0; then
    31         usage 1 1>&2
     31        usage 1 1>&2
    3232fi
    3333
     
    8080
    8181if test "$echo_prefix" = "yes"; then
    82         echo $prefix
     82        echo $prefix
    8383fi
    8484
    8585if test "$echo_exec_prefix" = "yes"; then
    86         echo $exec_prefix
     86        echo $exec_prefix
    8787fi
    8888
Note: See TracChangeset for help on using the changeset viewer.