diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 345a5a86..7fedb6b7 100644 --- a/configure.ac +++ b/configure.ac @@ -57,7 +57,7 @@ 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/]) +AC_PREFIX_DEFAULT([`pwd`]) dnl########################### |