Changeset 316 for trunk/configure


Ignore:
Timestamp:
06/04/14 18:24:52 (10 years ago)
Author:
bas
Message:

Dennis Stam:

  • fixed docdir error, closes #39
  • added a new option to examples/new_rack_pbsmon.py -p/--property
  • improved the autoconf setup
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r300 r316  
    11#! /bin/sh
    22# Guess values for system-dependent variables and create Makefiles.
    3 # Generated by GNU Autoconf 2.69.
     3# Generated by GNU Autoconf 2.69 for pbs-python 4.4.1.
    44#
    55#
     
    575575
    576576# Identity of this package.
    577 PACKAGE_NAME=
    578 PACKAGE_TARNAME=
    579 PACKAGE_VERSION=
    580 PACKAGE_STRING=
    581 PACKAGE_BUGREPORT=
    582 PACKAGE_URL=
    583 
    584 ac_unique_file="src/PBSQuery.py"
     577PACKAGE_NAME='pbs-python'
     578PACKAGE_TARNAME='pbs-python'
     579PACKAGE_VERSION='4.4.1'
     580PACKAGE_STRING='pbs-python 4.4.1'
     581PACKAGE_BUGREPORT=''
     582PACKAGE_URL=''
     583
     584ac_unique_file="src/C++/pbs_wrap.cxx"
    585585ac_subst_vars='LTLIBOBJS
    586586LIBOBJS
     
    685685includedir='${prefix}/include'
    686686oldincludedir='/usr/include'
    687 docdir='${datarootdir}/doc/${PACKAGE}'
     687docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
    688688infodir='${datarootdir}/info'
    689689htmldir='${docdir}'
     
    11851185  # This message is too long to be a string in the A/UX 3.1 sh.
    11861186  cat <<_ACEOF
    1187 \`configure' configures this package to adapt to many kinds of systems.
     1187\`configure' configures pbs-python 4.4.1 to adapt to many kinds of systems.
    11881188
    11891189Usage: $0 [OPTION]... [VAR=VALUE]...
     
    12331233  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
    12341234  --mandir=DIR            man documentation [DATAROOTDIR/man]
    1235   --docdir=DIR            documentation root [DATAROOTDIR/doc/PACKAGE]
     1235  --docdir=DIR            documentation root [DATAROOTDIR/doc/pbs-python]
    12361236  --htmldir=DIR           html documentation [DOCDIR]
    12371237  --dvidir=DIR            dvi documentation [DOCDIR]
     
    12451245
    12461246if test -n "$ac_init_help"; then
    1247 
     1247  case $ac_init_help in
     1248     short | recursive ) echo "Configuration of pbs-python 4.4.1:";;
     1249   esac
    12481250  cat <<\_ACEOF
    12491251
     
    13161318if $ac_init_version; then
    13171319  cat <<\_ACEOF
    1318 configure
     1320pbs-python configure 4.4.1
    13191321generated by GNU Autoconf 2.69
    13201322
     
    13331335running configure, to aid debugging if configure makes a mistake.
    13341336
    1335 It was created by $as_me, which was
     1337It was created by pbs-python $as_me 4.4.1, which was
    13361338generated by GNU Autoconf 2.69.  Invocation command line was
    13371339
     
    16861688
    16871689
     1690
     1691
    16881692pbsdir_default=''
    16891693
     
    24232427# values after options handling.
    24242428ac_log="
    2425 This file was extended by $as_me, which was
     2429This file was extended by pbs-python $as_me 4.4.1, which was
    24262430generated by GNU Autoconf 2.69.  Invocation command line was
    24272431
     
    24762480ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
    24772481ac_cs_version="\\
    2478 config.status
     2482pbs-python config.status 4.4.1
    24792483configured by $0, generated by GNU Autoconf 2.69,
    24802484  with options \\"\$ac_cs_config\\"
Note: See TracChangeset for help on using the changeset viewer.