Changeset 15276


Ignore:
Timestamp:
04/08/13 11:55:04 (12 years ago)
Author:
tbretz
Message:
Updated my email address.
Location:
trunk/FACT++
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/configure

    r15171 r15276  
    33# Generated by GNU Autoconf 2.68 for FACT++ 1.0.
    44#
    5 # Report bugs to <thomas.bretz@epfl.ch>.
     5# Report bugs to <thomas.bretz@phys.ethz.ch>.
    66#
    77#
     
    248248  else
    249249    $as_echo "$0: Please tell bug-autoconf@gnu.org and
    250 $0: thomas.bretz@epfl.ch about your system, including any
    251 $0: error possibly output before this message. Then install
    252 $0: a modern shell, or manually run the script under such a
    253 $0: shell if you do have one."
     250$0: thomas.bretz@phys.ethz.ch about your system, including
     251$0: any error possibly output before this message. Then
     252$0: install a modern shell, or manually run the script
     253$0: under such a shell if you do have one."
    254254  fi
    255255  exit 1
     
    573573PACKAGE_VERSION='1.0'
    574574PACKAGE_STRING='FACT++ 1.0'
    575 PACKAGE_BUGREPORT='thomas.bretz@epfl.ch'
     575PACKAGE_BUGREPORT='thomas.bretz@phys.ethz.ch'
    576576PACKAGE_URL='https://fact.isdc.unige.ch/svn/trunk/FACT++/'
    577577
     
    18001800it to find libraries and programs with nonstandard names/locations.
    18011801
    1802 Report bugs to <thomas.bretz@epfl.ch>.
     1802Report bugs to <thomas.bretz@phys.ethz.ch>.
    18031803FACT++ home page: <https://fact.isdc.unige.ch/svn/trunk/FACT++/>.
    18041804_ACEOF
     
    20612061    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
    20622062$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
    2063 ( $as_echo "## ----------------------------------- ##
    2064 ## Report this to thomas.bretz@epfl.ch ##
    2065 ## ----------------------------------- ##"
     2063( $as_echo "## ---------------------------------------- ##
     2064## Report this to thomas.bretz@phys.ethz.ch ##
     2065## ---------------------------------------- ##"
    20662066     ) | sed "s/^/$as_me: WARNING:     /" >&2
    20672067    ;;
     
    24212421    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
    24222422$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
    2423 ( $as_echo "## ----------------------------------- ##
    2424 ## Report this to thomas.bretz@epfl.ch ##
    2425 ## ----------------------------------- ##"
     2423( $as_echo "## ---------------------------------------- ##
     2424## Report this to thomas.bretz@phys.ethz.ch ##
     2425## ---------------------------------------- ##"
    24262426     ) | sed "s/^/$as_me: WARNING:     /" >&2
    24272427    ;;
     
    2612226122$config_commands
    2612326123
    26124 Report bugs to <thomas.bretz@epfl.ch>.
     26124Report bugs to <thomas.bretz@phys.ethz.ch>.
    2612526125FACT++ home page: <https://fact.isdc.unige.ch/svn/trunk/FACT++/>."
    2612626126
  • trunk/FACT++/configure.ac

    r15170 r15276  
    88#[AC_]PACKAGE_STRING
    99#[AC_]PACKAGE_BUGREPORT
    10 AC_INIT([FACT++],[1.0],[thomas.bretz@epfl.ch],[FACTpp],[https://fact.isdc.unige.ch/svn/trunk/FACT++/])
     10AC_INIT([FACT++],[1.0],[thomas.bretz@phys.ethz.ch],[FACTpp],[https://fact.isdc.unige.ch/svn/trunk/FACT++/])
    1111AC_PREREQ([2.65])
    1212AC_CONFIG_FILES([Makefile])   # causes x/Makefile.in to be created if x/Makefile.am exists
Note: See TracChangeset for help on using the changeset viewer.