Changeset 1858


Ignore:
Timestamp:
Aug 8, 2010 12:13:00 PM (14 years ago)
Author:
gah
Message:

Update for Unix build

Location:
trunk/gui
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/configure

    r1857 r1858  
    11#! /bin/sh
    22# Guess values for system-dependent variables and create Makefiles.
    3 # Generated by GNU Autoconf 2.65 for Rappture 1.1.
     3# Generated by GNU Autoconf 2.65 for RapptureGUI 1.1.
    44#
    55# Report bugs to <rappture@nanohub.org>.
     
    550550
    551551# Identity of this package.
    552 PACKAGE_NAME='Rappture'
    553 PACKAGE_TARNAME='rappture'
     552PACKAGE_NAME='RapptureGUI'
     553PACKAGE_TARNAME='rappturegui'
    554554PACKAGE_VERSION='1.1'
    555 PACKAGE_STRING='Rappture 1.1'
     555PACKAGE_STRING='RapptureGUI 1.1'
    556556PACKAGE_BUGREPORT='rappture@nanohub.org'
    557557PACKAGE_URL=''
     
    11621162  # This message is too long to be a string in the A/UX 3.1 sh.
    11631163  cat <<_ACEOF
    1164 \`configure' configures Rappture 1.1 to adapt to many kinds of systems.
     1164\`configure' configures RapptureGUI 1.1 to adapt to many kinds of systems.
    11651165
    11661166Usage: $0 [OPTION]... [VAR=VALUE]...
     
    12101210  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
    12111211  --mandir=DIR            man documentation [DATAROOTDIR/man]
    1212   --docdir=DIR            documentation root [DATAROOTDIR/doc/rappture]
     1212  --docdir=DIR            documentation root [DATAROOTDIR/doc/rappturegui]
    12131213  --htmldir=DIR           html documentation [DOCDIR]
    12141214  --dvidir=DIR            dvi documentation [DOCDIR]
     
    12231223if test -n "$ac_init_help"; then
    12241224  case $ac_init_help in
    1225      short | recursive ) echo "Configuration of Rappture 1.1:";;
     1225     short | recursive ) echo "Configuration of RapptureGUI 1.1:";;
    12261226   esac
    12271227  cat <<\_ACEOF
     
    13021302if $ac_init_version; then
    13031303  cat <<\_ACEOF
    1304 Rappture configure 1.1
     1304RapptureGUI configure 1.1
    13051305generated by GNU Autoconf 2.65
    13061306
     
    13191319running configure, to aid debugging if configure makes a mistake.
    13201320
    1321 It was created by Rappture $as_me 1.1, which was
     1321It was created by RapptureGUI $as_me 1.1, which was
    13221322generated by GNU Autoconf 2.65.  Invocation command line was
    13231323
     
    21152115
    21162116
    2117 ac_config_files="$ac_config_files Makefile pkgIndex.tcl scripts/Makefile"
     2117ac_config_files="$ac_config_files Makefile pkgIndex.tcl apps/Makefile apps/about apps/encodedata apps/rappture apps/rappture-csh.env apps/rappture.env apps/rappture.use apps/rerun apps/simsim apps/xmldiff scripts/Makefile"
    21182118
    21192119cat >confcache <<\_ACEOF
     
    26582658# values after options handling.
    26592659ac_log="
    2660 This file was extended by Rappture $as_me 1.1, which was
     2660This file was extended by RapptureGUI $as_me 1.1, which was
    26612661generated by GNU Autoconf 2.65.  Invocation command line was
    26622662
     
    27112711ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
    27122712ac_cs_version="\\
    2713 Rappture config.status 1.1
     2713RapptureGUI config.status 1.1
    27142714configured by $0, generated by GNU Autoconf 2.65,
    27152715  with options \\"\$ac_cs_config\\"
     
    28192819    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
    28202820    "pkgIndex.tcl") CONFIG_FILES="$CONFIG_FILES pkgIndex.tcl" ;;
     2821    "apps/Makefile") CONFIG_FILES="$CONFIG_FILES apps/Makefile" ;;
     2822    "apps/about") CONFIG_FILES="$CONFIG_FILES apps/about" ;;
     2823    "apps/encodedata") CONFIG_FILES="$CONFIG_FILES apps/encodedata" ;;
     2824    "apps/rappture") CONFIG_FILES="$CONFIG_FILES apps/rappture" ;;
     2825    "apps/rappture-csh.env") CONFIG_FILES="$CONFIG_FILES apps/rappture-csh.env" ;;
     2826    "apps/rappture.env") CONFIG_FILES="$CONFIG_FILES apps/rappture.env" ;;
     2827    "apps/rappture.use") CONFIG_FILES="$CONFIG_FILES apps/rappture.use" ;;
     2828    "apps/rerun") CONFIG_FILES="$CONFIG_FILES apps/rerun" ;;
     2829    "apps/simsim") CONFIG_FILES="$CONFIG_FILES apps/simsim" ;;
     2830    "apps/xmldiff") CONFIG_FILES="$CONFIG_FILES apps/xmldiff" ;;
    28212831    "scripts/Makefile") CONFIG_FILES="$CONFIG_FILES scripts/Makefile" ;;
    28222832
  • trunk/gui/configure.in

    r1857 r1858  
    11
    2 AC_INIT([Rappture],[1.1],[rappture@nanohub.org])
     2AC_INIT([RapptureGUI],[1.1],[rappture@nanohub.org])
    33
    44#------------------------------------------------------------------------
     
    120120    Makefile
    121121    pkgIndex.tcl
     122    apps/Makefile
     123    apps/about
     124    apps/encodedata
     125    apps/rappture
     126    apps/rappture-csh.env
     127    apps/rappture.env
     128    apps/rappture.use
     129    apps/rerun
     130    apps/simsim
     131    apps/xmldiff
    122132    scripts/Makefile
    123133])
Note: See TracChangeset for help on using the changeset viewer.