Advertisement
s243a

pygtk-config-help.txt

Aug 16th, 2018
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 9.49 KB | None | 0 0
  1. # This is where the help message for the ./confgirue file is generated in pygtk-2.24.0
  2. # Made via cat -n configure | head -n 1735 | tail -n 175 >> /mnt/sdcard/Download/pygtk-config-help.txt&
  3. # alternatively could use ./configure --help
  4.   1561  # Report the --help message.
  5.   1562  #
  6.   1563  if test "$ac_init_help" = "long"; then
  7.   1564    # Omit some internal or obsolete options to make the list less imposing.
  8.   1565    # This message is too long to be a string in the A/UX 3.1 sh.
  9.   1566    cat <<_ACEOF
  10.   1567  \`configure' configures pygtk 2.24.0 to adapt to many kinds of systems.
  11.   1568 
  12.   1569  Usage: $0 [OPTION]... [VAR=VALUE]...
  13.   1570 
  14.   1571  To assign environment variables (e.g., CC, CFLAGS...), specify them as
  15.   1572  VAR=VALUE.  See below for descriptions of some of the useful variables.
  16.   1573 
  17.   1574  Defaults for the options are specified in brackets.
  18.   1575 
  19.   1576  Configuration:
  20.   1577    -h, --help              display this help and exit
  21.   1578        --help=short        display options specific to this package
  22.   1579        --help=recursive    display the short help of all the included packages
  23.   1580    -V, --version           display version information and exit
  24.   1581    -q, --quiet, --silent   do not print \`checking ...' messages
  25.   1582        --cache-file=FILE   cache test results in FILE [disabled]
  26.   1583    -C, --config-cache      alias for \`--cache-file=config.cache'
  27.   1584    -n, --no-create         do not create output files
  28.   1585        --srcdir=DIR        find the sources in DIR [configure dir or \`..']
  29.   1586 
  30.   1587  Installation directories:
  31.   1588    --prefix=PREFIX         install architecture-independent files in PREFIX
  32.   1589                            [$ac_default_prefix]
  33.   1590    --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
  34.   1591                            [PREFIX]
  35.   1592 
  36.   1593  By default, \`make install' will install all the files in
  37.   1594  \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
  38.   1595  an installation prefix other than \`$ac_default_prefix' using \`--prefix',
  39.   1596  for instance \`--prefix=\$HOME'.
  40.   1597 
  41.   1598  For better control, use the options below.
  42.   1599 
  43.   1600  Fine tuning of the installation directories:
  44.   1601    --bindir=DIR            user executables [EPREFIX/bin]
  45.   1602    --sbindir=DIR           system admin executables [EPREFIX/sbin]
  46.   1603    --libexecdir=DIR        program executables [EPREFIX/libexec]
  47.   1604    --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
  48.   1605    --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
  49.   1606    --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
  50.   1607    --libdir=DIR            object code libraries [EPREFIX/lib]
  51.   1608    --includedir=DIR        C header files [PREFIX/include]
  52.   1609    --oldincludedir=DIR     C header files for non-gcc [/usr/include]
  53.   1610    --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
  54.   1611    --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
  55.   1612    --infodir=DIR           info documentation [DATAROOTDIR/info]
  56.   1613    --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
  57.   1614    --mandir=DIR            man documentation [DATAROOTDIR/man]
  58.   1615    --docdir=DIR            documentation root [DATAROOTDIR/doc/pygtk]
  59.   1616    --htmldir=DIR           html documentation [DOCDIR]
  60.   1617    --dvidir=DIR            dvi documentation [DOCDIR]
  61.   1618    --pdfdir=DIR            pdf documentation [DOCDIR]
  62.   1619    --psdir=DIR             ps documentation [DOCDIR]
  63.   1620  _ACEOF
  64.   1621 
  65.   1622    cat <<\_ACEOF
  66.   1623 
  67.   1624  Program names:
  68.   1625    --program-prefix=PREFIX            prepend PREFIX to installed program names
  69.   1626    --program-suffix=SUFFIX            append SUFFIX to installed program names
  70.   1627    --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
  71.   1628 
  72.   1629  System types:
  73.   1630    --build=BUILD     configure for building on BUILD [guessed]
  74.   1631    --host=HOST       cross-compile to build programs to run on HOST [BUILD]
  75.   1632  _ACEOF
  76.   1633  fi
  77.   1634 
  78.   1635  if test -n "$ac_init_help"; then
  79.   1636    case $ac_init_help in
  80.   1637       short | recursive ) echo "Configuration of pygtk 2.24.0:";;
  81.   1638     esac
  82.   1639    cat <<\_ACEOF
  83.   1640 
  84.   1641  Optional Features:
  85.   1642    --disable-option-checking  ignore unrecognized --enable/--with options
  86.   1643    --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  87.   1644    --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  88.   1645    --disable-dependency-tracking  speeds up one-time build
  89.   1646    --enable-dependency-tracking   do not reject slow dependency extractors
  90.   1647    --enable-static[=PKGS]  build static libraries [default=no]
  91.   1648    --enable-shared[=PKGS]  build shared libraries [default=yes]
  92.   1649    --enable-fast-install[=PKGS]
  93.   1650                            optimize for fast installation [default=yes]
  94.   1651    --disable-libtool-lock  avoid locking (might break parallel builds)
  95.   1652    --disable-thread        Disable pygtk threading support
  96.   1653    --enable-docs           Enable documentation building
  97.   1654    --disable-glibtest      do not try to compile and run a test GLIB program
  98.   1655    --disable-numpy         Disable numeric python features
  99.   1656 
  100.   1657  Optional Packages:
  101.   1658    --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  102.   1659    --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  103.   1660    --with-pic              try to use only PIC/non-PIC objects [default=use
  104.   1661                            both]
  105.   1662    --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
  106.   1663    --without-glade         Build without glade library (default: test)
  107.   1664 
  108.   1665  Some influential environment variables:
  109.   1666    CC          C compiler command
  110.   1667    CFLAGS      C compiler flags
  111.   1668    LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
  112.   1669                nonstandard directory <lib dir>
  113.   1670    LIBS        libraries to pass to the linker, e.g. -l<library>
  114.   1671    CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
  115.   1672                you have headers in a nonstandard directory <include dir>
  116.   1673    CPP         C preprocessor
  117.   1674    PKG_CONFIG  path to pkg-config utility
  118.   1675    PKG_CONFIG_PATH
  119.   1676                directories to add to pkg-config's search path
  120.   1677    PKG_CONFIG_LIBDIR
  121.   1678                path overriding pkg-config's built-in search path
  122.   1679    PYGOBJECT_CFLAGS
  123.   1680                C compiler flags for PYGOBJECT, overriding pkg-config
  124.   1681    PYGOBJECT_LIBS
  125.   1682                linker flags for PYGOBJECT, overriding pkg-config
  126.   1683    ATK_CFLAGS  C compiler flags for ATK, overriding pkg-config
  127.   1684    ATK_LIBS    linker flags for ATK, overriding pkg-config
  128.   1685    PANGO_CFLAGS
  129.   1686                C compiler flags for PANGO, overriding pkg-config
  130.   1687    PANGO_LIBS  linker flags for PANGO, overriding pkg-config
  131.   1688    PYCAIRO_CFLAGS
  132.   1689                C compiler flags for PYCAIRO, overriding pkg-config
  133.   1690    PYCAIRO_LIBS
  134.   1691                linker flags for PYCAIRO, overriding pkg-config
  135.   1692    PANGOCAIRO_CFLAGS
  136.   1693                C compiler flags for PANGOCAIRO, overriding pkg-config
  137.   1694    PANGOCAIRO_LIBS
  138.   1695                linker flags for PANGOCAIRO, overriding pkg-config
  139.   1696    GTK_CFLAGS  C compiler flags for GTK, overriding pkg-config
  140.   1697    GTK_LIBS    linker flags for GTK, overriding pkg-config
  141.   1698    GTK210_CFLAGS
  142.   1699                C compiler flags for GTK210, overriding pkg-config
  143.   1700    GTK210_LIBS linker flags for GTK210, overriding pkg-config
  144.   1701    GTK212_CFLAGS
  145.   1702                C compiler flags for GTK212, overriding pkg-config
  146.   1703    GTK212_LIBS linker flags for GTK212, overriding pkg-config
  147.   1704    GTK214_CFLAGS
  148.   1705                C compiler flags for GTK214, overriding pkg-config
  149.   1706    GTK214_LIBS linker flags for GTK214, overriding pkg-config
  150.   1707    GTK216_CFLAGS
  151.   1708                C compiler flags for GTK216, overriding pkg-config
  152.   1709    GTK216_LIBS linker flags for GTK216, overriding pkg-config
  153.   1710    GTK218_CFLAGS
  154.   1711                C compiler flags for GTK218, overriding pkg-config
  155.   1712    GTK218_LIBS linker flags for GTK218, overriding pkg-config
  156.   1713    GTK220_CFLAGS
  157.   1714                C compiler flags for GTK220, overriding pkg-config
  158.   1715    GTK220_LIBS linker flags for GTK220, overriding pkg-config
  159.   1716    GTK222_CFLAGS
  160.   1717                C compiler flags for GTK222, overriding pkg-config
  161.   1718    GTK222_LIBS linker flags for GTK222, overriding pkg-config
  162.   1719    GTK224_CFLAGS
  163.   1720                C compiler flags for GTK224, overriding pkg-config
  164.   1721    GTK224_LIBS linker flags for GTK224, overriding pkg-config
  165.   1722    LIBGLADE_CFLAGS
  166.   1723                C compiler flags for LIBGLADE, overriding pkg-config
  167.   1724    LIBGLADE_LIBS
  168.   1725                linker flags for LIBGLADE, overriding pkg-config
  169.   1726    GTKUNIXPRINT_CFLAGS
  170.   1727                C compiler flags for GTKUNIXPRINT, overriding pkg-config
  171.   1728    GTKUNIXPRINT_LIBS
  172.   1729                linker flags for GTKUNIXPRINT, overriding pkg-config
  173.   1730 
  174.   1731  Use these variables to override the choices made by `configure' or to help
  175.   1732  it to find libraries and programs with nonstandard names/locations.
  176.   1733 
  177.   1734  Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=pygtk>.
  178.   1735  _ACEOF
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement