Changeset 3373 for trunk


Ignore:
Timestamp:
Feb 27, 2013, 8:48:23 AM (12 years ago)
Author:
gah
Message:

changed rappture version number in confgure.in

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r3330 r3373  
    11#! /bin/sh
    22# Guess values for system-dependent variables and create Makefiles.
    3 # Generated by GNU Autoconf 2.69 for Rappture 1.1.
     3# Generated by GNU Autoconf 2.69 for Rappture 1.2.
    44#
    55# Report bugs to <rappture@nanohub.org>.
     
    581581PACKAGE_NAME='Rappture'
    582582PACKAGE_TARNAME='rappture'
    583 PACKAGE_VERSION='1.1'
    584 PACKAGE_STRING='Rappture 1.1'
     583PACKAGE_VERSION='1.2'
     584PACKAGE_STRING='Rappture 1.2'
    585585PACKAGE_BUGREPORT='rappture@nanohub.org'
    586586PACKAGE_URL=''
     
    13741374  # This message is too long to be a string in the A/UX 3.1 sh.
    13751375  cat <<_ACEOF
    1376 \`configure' configures Rappture 1.1 to adapt to many kinds of systems.
     1376\`configure' configures Rappture 1.2 to adapt to many kinds of systems.
    13771377
    13781378Usage: $0 [OPTION]... [VAR=VALUE]...
     
    14351435if test -n "$ac_init_help"; then
    14361436  case $ac_init_help in
    1437      short | recursive ) echo "Configuration of Rappture 1.1:";;
     1437     short | recursive ) echo "Configuration of Rappture 1.2:";;
    14381438   esac
    14391439  cat <<\_ACEOF
     
    15511551if $ac_init_version; then
    15521552  cat <<\_ACEOF
    1553 Rappture configure 1.1
     1553Rappture configure 1.2
    15541554generated by GNU Autoconf 2.69
    15551555
     
    23712371running configure, to aid debugging if configure makes a mistake.
    23722372
    2373 It was created by Rappture $as_me 1.1, which was
     2373It was created by Rappture $as_me 1.2, which was
    23742374generated by GNU Autoconf 2.69.  Invocation command line was
    23752375
     
    86168616   ${JAVA_HOME} \
    86178617   /apps/java/jdk1.6* \
    8618    /usr/lib/jvm/java-6-openjdk \
    8619    /usr/lib/jvm/icedtea-6 \
    8620    /usr/lib/jvm/*sun-1.6* \
    86218618   /opt/sun-jdk-1.6* \
    8622    /usr/lib/jvm/icedtea-7 \
    86238619   /opt/icedtea6-* \
    86248620   /opt/sun-jdk-1.5* \
    8625    /usr/lib/jvm/*sun-1.5*
     8621   /usr/lib/jvm/*sun* \
     8622   /usr/lib/jvm/*icedtea* \
     8623   /usr/lib/jvm/*openjdk*
    86268624  do
    86278625    if test -r "${d}/include/jni.h" ; then
     
    1071910717# values after options handling.
    1072010718ac_log="
    10721 This file was extended by Rappture $as_me 1.1, which was
     10719This file was extended by Rappture $as_me 1.2, which was
    1072210720generated by GNU Autoconf 2.69.  Invocation command line was
    1072310721
     
    1078110779ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
    1078210780ac_cs_version="\\
    10783 Rappture config.status 1.1
     10781Rappture config.status 1.2
    1078410782configured by $0, generated by GNU Autoconf 2.69,
    1078510783  with options \\"\$ac_cs_config\\"
  • trunk/configure.in

    r3330 r3373  
    11
    2 AC_INIT([Rappture],[1.1],[rappture@nanohub.org])
     2AC_INIT([Rappture],[1.2],[rappture@nanohub.org])
    33AC_CONFIG_AUX_DIR(cf)
    44AC_CONFIG_HEADER(src/core/config.h)
  • trunk/src/core/config.h.in

    r3277 r3373  
    7070#undef HAVE_CTYPE_H
    7171
    72 /* Define to 1 if you have the <env.h> header file. */
    73 #undef HAVE_ENV_H
    74 
    7572/* Define to 1 if you have the <errno.h> header file. */
    7673#undef HAVE_ERRNO_H
     
    157154#undef HAVE_NCURSES_H
    158155
    159 /* Define to 1 if you have the <node.h> header file. */
    160 #undef HAVE_NODE_H
    161 
    162156/* Define to 1 if you have the <Python.h> header file. */
    163157#undef HAVE_PYTHON_H
    164158
    165 /* Define to 1 if you have the <ruby.h> header file. */
    166 #undef HAVE_RUBY_H
    167 
    168 /* Define to 1 if you have the <ruby/node.h> header file. */
    169 #undef HAVE_RUBY_NODE_H
    170 
    171159/* Define to 1 if you have the <sstream> header file. */
    172160#undef HAVE_SSTREAM
     
    220208#undef HAVE_VECTOR
    221209
    222 /* Define to 1 if you have the <version.h> header file. */
    223 #undef HAVE_VERSION_H
    224 
    225210/* Define to the address where bug reports for this package should be sent. */
    226211#undef PACKAGE_BUGREPORT
     
    240225/* Define to the version of this package. */
    241226#undef PACKAGE_VERSION
    242 
    243 /* Define this macro to use ruby/node.h */
    244 #undef REALLY_HAVE_RUBY_NODE_H
    245227
    246228/* The size of `int', as computed by sizeof. */
Note: See TracChangeset for help on using the changeset viewer.