Skip to content

Commit 84f3af3

Browse files
committed
Better explanation of --prefix
1 parent 99deff6 commit 84f3af3

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/configure

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2213,7 +2213,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
22132213
# (taken from NEST's configure.ac)
22142214
if test $prefix = NONE; then
22152215
echo "Please supply a valid installation prefix!"
2216-
echo "Example: ./configure --prefix=\$HOME/opt"
2216+
echo "GENESIS will then be installed into \$PREFIX/genesis-2.4"
2217+
echo "Example: to install GENESIS into \$HOME/opt/genesis-2.4, run the following:"
2218+
echo "./configure --prefix=\$HOME/opt"
22172219
exit 1
22182220
fi
22192221

src/configure.ac

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ AC_INIT([genesis], [2.4], [genesis@genesis-sim.org])
55
# (taken from NEST's configure.ac)
66
if test $prefix = NONE; then
77
echo "Please supply a valid installation prefix!"
8-
echo "Example: ./configure --prefix=\$HOME/opt"
8+
echo "GENESIS will then be installed into \$PREFIX/genesis-2.4"
9+
echo "Example: to install GENESIS into \$HOME/opt/genesis-2.4, run the following:"
10+
echo "./configure --prefix=\$HOME/opt"
911
exit 1
1012
fi
1113

0 commit comments

Comments
 (0)