change default prefix
This commit is contained in:
parent
297a262c37
commit
dc85ee8cef
6
configure
vendored
6
configure
vendored
@ -584,6 +584,7 @@ PACKAGE_STRING='mediagoblin 0.4.0.dev'
|
|||||||
PACKAGE_BUGREPORT='cwebber@gnu.org'
|
PACKAGE_BUGREPORT='cwebber@gnu.org'
|
||||||
PACKAGE_URL=''
|
PACKAGE_URL=''
|
||||||
|
|
||||||
|
ac_default_prefix=/srv/mediagoblin.example.org/mediagoblin/
|
||||||
ac_subst_vars='LTLIBOBJS
|
ac_subst_vars='LTLIBOBJS
|
||||||
LIBOBJS
|
LIBOBJS
|
||||||
pkgpyexecdir
|
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/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -55,6 +55,11 @@ dnl
|
|||||||
AC_CONFIG_MACRO_DIR([m4])
|
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###########################
|
||||||
dnl Program/command support #
|
dnl Program/command support #
|
||||||
dnl###########################
|
dnl###########################
|
||||||
|
Loading…
x
Reference in New Issue
Block a user