|
1 | 1 | #! /bin/sh |
2 | 2 | # Guess values for system-dependent variables and create Makefiles. |
3 | | -# Generated by GNU Autoconf 2.69 for genesis version-2.4g. |
| 3 | +# Generated by GNU Autoconf 2.69 for genesis 2.4. |
| 4 | +# |
| 5 | +# Report bugs to <genesis@genesis-sim.org>. |
4 | 6 | # |
5 | 7 | # |
6 | 8 | # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. |
|
264 | 266 | $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should" |
265 | 267 | $as_echo "$0: be upgraded to zsh 4.3.4 or later." |
266 | 268 | else |
267 | | - $as_echo "$0: Please tell bug-autoconf@gnu.org about your system, |
268 | | -$0: including any error possibly output before this |
269 | | -$0: message. Then install a modern shell, or manually run |
270 | | -$0: the script under such a shell if you do have one." |
| 269 | + $as_echo "$0: Please tell bug-autoconf@gnu.org and |
| 270 | +$0: genesis@genesis-sim.org about your system, including |
| 271 | +$0: any error possibly output before this message. Then |
| 272 | +$0: install a modern shell, or manually run the script |
| 273 | +$0: under such a shell if you do have one." |
271 | 274 | fi |
272 | 275 | exit 1 |
273 | 276 | fi |
@@ -577,9 +580,9 @@ MAKEFLAGS= |
577 | 580 | # Identity of this package. |
578 | 581 | PACKAGE_NAME='genesis' |
579 | 582 | PACKAGE_TARNAME='genesis' |
580 | | -PACKAGE_VERSION='version-2.4g' |
581 | | -PACKAGE_STRING='genesis version-2.4g' |
582 | | -PACKAGE_BUGREPORT='' |
| 583 | +PACKAGE_VERSION='2.4' |
| 584 | +PACKAGE_STRING='genesis 2.4' |
| 585 | +PACKAGE_BUGREPORT='genesis@genesis-sim.org' |
583 | 586 | PACKAGE_URL='' |
584 | 587 |
|
585 | 588 | # Factoring default headers for most tests. |
@@ -1239,7 +1242,7 @@ if test "$ac_init_help" = "long"; then |
1239 | 1242 | # Omit some internal or obsolete options to make the list less imposing. |
1240 | 1243 | # This message is too long to be a string in the A/UX 3.1 sh. |
1241 | 1244 | cat <<_ACEOF |
1242 | | -\`configure' configures genesis version-2.4g to adapt to many kinds of systems. |
| 1245 | +\`configure' configures genesis 2.4 to adapt to many kinds of systems. |
1243 | 1246 |
|
1244 | 1247 | Usage: $0 [OPTION]... [VAR=VALUE]... |
1245 | 1248 |
|
|
1304 | 1307 |
|
1305 | 1308 | if test -n "$ac_init_help"; then |
1306 | 1309 | case $ac_init_help in |
1307 | | - short | recursive ) echo "Configuration of genesis version-2.4g:";; |
| 1310 | + short | recursive ) echo "Configuration of genesis 2.4:";; |
1308 | 1311 | esac |
1309 | 1312 | cat <<\_ACEOF |
1310 | 1313 |
|
@@ -1333,7 +1336,7 @@ Some influential environment variables: |
1333 | 1336 | Use these variables to override the choices made by `configure' or to help |
1334 | 1337 | it to find libraries and programs with nonstandard names/locations. |
1335 | 1338 |
|
1336 | | -Report bugs to the package provider. |
| 1339 | +Report bugs to <genesis@genesis-sim.org>. |
1337 | 1340 | _ACEOF |
1338 | 1341 | ac_status=$? |
1339 | 1342 | fi |
|
1396 | 1399 | test -n "$ac_init_help" && exit $ac_status |
1397 | 1400 | if $ac_init_version; then |
1398 | 1401 | cat <<\_ACEOF |
1399 | | -genesis configure version-2.4g |
| 1402 | +genesis configure 2.4 |
1400 | 1403 | generated by GNU Autoconf 2.69 |
1401 | 1404 |
|
1402 | 1405 | Copyright (C) 2012 Free Software Foundation, Inc. |
@@ -1857,7 +1860,7 @@ cat >config.log <<_ACEOF |
1857 | 1860 | This file contains any messages produced by compilers while |
1858 | 1861 | running configure, to aid debugging if configure makes a mistake. |
1859 | 1862 |
|
1860 | | -It was created by genesis $as_me version-2.4g, which was |
| 1863 | +It was created by genesis $as_me 2.4, which was |
1861 | 1864 | generated by GNU Autoconf 2.69. Invocation command line was |
1862 | 1865 |
|
1863 | 1866 | $ $0 $@ |
@@ -2206,6 +2209,15 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu |
2206 | 2209 |
|
2207 | 2210 |
|
2208 | 2211 |
|
| 2212 | +# If the user did not supply --prefix, we fail loudly |
| 2213 | +# (taken from NEST's configure.ac) |
| 2214 | +if test $prefix = NONE; then |
| 2215 | + echo "Please supply a valid installation prefix!" |
| 2216 | + echo "Example: ./configure --prefix=\$HOME/opt" |
| 2217 | + exit 1 |
| 2218 | +fi |
| 2219 | + |
| 2220 | +# check for correct compiler & libraries |
2209 | 2221 | ac_ext=c |
2210 | 2222 | ac_cpp='$CPP $CPPFLAGS' |
2211 | 2223 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
|
3995 | 4007 | as_fn_error $? "bison|byacc|yacc not found. Please install _bison_ in order to compile Genesis." "$LINENO" 5 |
3996 | 4008 | fi |
3997 | 4009 | fi |
3998 | | - |
3999 | 4010 | for ac_prog in flex lex |
4000 | 4011 | do |
4001 | 4012 | # Extract the first word of "$ac_prog", so it can be a program name with args. |
@@ -5052,7 +5063,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
5052 | 5063 | # report actual input values of CONFIG_FILES etc. instead of their |
5053 | 5064 | # values after options handling. |
5054 | 5065 | ac_log=" |
5055 | | -This file was extended by genesis $as_me version-2.4g, which was |
| 5066 | +This file was extended by genesis $as_me 2.4, which was |
5056 | 5067 | generated by GNU Autoconf 2.69. Invocation command line was |
5057 | 5068 |
|
5058 | 5069 | CONFIG_FILES = $CONFIG_FILES |
@@ -5099,13 +5110,13 @@ Usage: $0 [OPTION]... [TAG]... |
5099 | 5110 | Configuration files: |
5100 | 5111 | $config_files |
5101 | 5112 |
|
5102 | | -Report bugs to the package provider." |
| 5113 | +Report bugs to <genesis@genesis-sim.org>." |
5103 | 5114 |
|
5104 | 5115 | _ACEOF |
5105 | 5116 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
5106 | 5117 | ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
5107 | 5118 | ac_cs_version="\\ |
5108 | | -genesis config.status version-2.4g |
| 5119 | +genesis config.status 2.4 |
5109 | 5120 | configured by $0, generated by GNU Autoconf 2.69, |
5110 | 5121 | with options \\"\$ac_cs_config\\" |
5111 | 5122 |
|
|
0 commit comments