aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrandon Invergo <brandon@invergo.net>2013-05-19 15:30:18 +0200
committerBrandon Invergo <brandon@invergo.net>2013-05-19 15:30:18 +0200
commitdc85ee8cef5c7eaef9b578e5db266642ce070f71 (patch)
treefd2c12e20302210d8a4d1a06339c96f5c075ac05
parent297a262c37a27e4cb08e7393ed7dbc6dca6aaa07 (diff)
downloadmediagoblin-dc85ee8cef5c7eaef9b578e5db266642ce070f71.tar.lz
mediagoblin-dc85ee8cef5c7eaef9b578e5db266642ce070f71.tar.xz
mediagoblin-dc85ee8cef5c7eaef9b578e5db266642ce070f71.zip
change default prefix
-rwxr-xr-xconfigure6
-rw-r--r--configure.ac5
2 files changed, 11 insertions, 0 deletions
diff --git a/configure b/configure
index 0baaf58a..67b41271 100755
--- a/configure
+++ b/configure
@@ -584,6 +584,7 @@ PACKAGE_STRING='mediagoblin 0.4.0.dev'
PACKAGE_BUGREPORT='cwebber@gnu.org'
PACKAGE_URL=''
+ac_default_prefix=/srv/mediagoblin.example.org/mediagoblin/
ac_subst_vars='LTLIBOBJS
LIBOBJS
pkgpyexecdir
@@ -1746,6 +1747,11 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
+# The default prefix should be changed from /usr/local. Set it, as in
+# the documentation, to /srv/mediagoblin.example.org/mediagoblin/
+
+
+
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###########################