Changeset 15276
- Timestamp:
- 04/08/13 11:55:04 (12 years ago)
- Location:
- trunk/FACT++
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/configure
r15171 r15276 3 3 # Generated by GNU Autoconf 2.68 for FACT++ 1.0. 4 4 # 5 # Report bugs to <thomas.bretz@ epfl.ch>.5 # Report bugs to <thomas.bretz@phys.ethz.ch>. 6 6 # 7 7 # … … 248 248 else 249 249 $as_echo "$0: Please tell bug-autoconf@gnu.org and 250 $0: thomas.bretz@ epfl.ch about your system, including any251 $0: error possibly output before this message. Then install252 $0: a modern shell, or manually run the script under such a253 $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." 254 254 fi 255 255 exit 1 … … 573 573 PACKAGE_VERSION='1.0' 574 574 PACKAGE_STRING='FACT++ 1.0' 575 PACKAGE_BUGREPORT='thomas.bretz@ epfl.ch'575 PACKAGE_BUGREPORT='thomas.bretz@phys.ethz.ch' 576 576 PACKAGE_URL='https://fact.isdc.unige.ch/svn/trunk/FACT++/' 577 577 … … 1800 1800 it to find libraries and programs with nonstandard names/locations. 1801 1801 1802 Report bugs to <thomas.bretz@ epfl.ch>.1802 Report bugs to <thomas.bretz@phys.ethz.ch>. 1803 1803 FACT++ home page: <https://fact.isdc.unige.ch/svn/trunk/FACT++/>. 1804 1804 _ACEOF … … 2061 2061 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 2062 2062 $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 ## ---------------------------------------- ##" 2066 2066 ) | sed "s/^/$as_me: WARNING: /" >&2 2067 2067 ;; … … 2421 2421 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 2422 2422 $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 ## ---------------------------------------- ##" 2426 2426 ) | sed "s/^/$as_me: WARNING: /" >&2 2427 2427 ;; … … 26122 26122 $config_commands 26123 26123 26124 Report bugs to <thomas.bretz@ epfl.ch>.26124 Report bugs to <thomas.bretz@phys.ethz.ch>. 26125 26125 FACT++ home page: <https://fact.isdc.unige.ch/svn/trunk/FACT++/>." 26126 26126 -
trunk/FACT++/configure.ac
r15170 r15276 8 8 #[AC_]PACKAGE_STRING 9 9 #[AC_]PACKAGE_BUGREPORT 10 AC_INIT([FACT++],[1.0],[thomas.bretz@ epfl.ch],[FACTpp],[https://fact.isdc.unige.ch/svn/trunk/FACT++/])10 AC_INIT([FACT++],[1.0],[thomas.bretz@phys.ethz.ch],[FACTpp],[https://fact.isdc.unige.ch/svn/trunk/FACT++/]) 11 11 AC_PREREQ([2.65]) 12 12 AC_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.