diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 6b423151..345a5a86 100644 --- a/configure.ac +++ b/configure.ac @@ -55,6 +55,11 @@ dnl AC_CONFIG_MACRO_DIR([m4]) +# The default prefix should be changed from /usr/local. Set it, as in +# the documentation, to /srv/mediagoblin.example.org/mediagoblin/ +AC_PREFIX_DEFAULT([/srv/mediagoblin.example.org/mediagoblin/]) + + dnl########################### dnl Program/command support # dnl########################### |