Skip to content
Snippets Groups Projects
Commit 024f7a7f authored by Claus-Justus Heine's avatar Claus-Justus Heine
Browse files

Only tweak the default prefix when run with --enable-maintainer-mode.

parent f68a742d
No related branches found
No related tags found
No related merge requests found
...@@ -82,7 +82,9 @@ AM_CONFIG_HEADER([config.h]) ...@@ -82,7 +82,9 @@ AM_CONFIG_HEADER([config.h])
# #
# cH: hey, boys and girls, why do we do that? # cH: hey, boys and girls, why do we do that?
# #
AC_PREFIX_DEFAULT([`pwd`]) if test "${USE_MAINTAINER_MODE}" = "yes"; then
AC_PREFIX_DEFAULT([`pwd`])
fi
AC_ARG_ENABLE([dim-of-world], AC_ARG_ENABLE([dim-of-world],
[AC_HELP_STRING([--enable-dim-of-world="DIM1 ... DIMk"], [AC_HELP_STRING([--enable-dim-of-world="DIM1 ... DIMk"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment