projects
/
working
/
OpenSRF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56e5f5d
)
Stop using a non-standard default PREFIX for installs
user/dbs/remove_default_prefix
author
Dan Scott
<dscott@laurentian.ca>
Fri, 19 Oct 2012 20:28:59 +0000
(16:28 -0400)
committer
Dan Scott
<dscott@laurentian.ca>
Fri, 19 Oct 2012 20:28:59 +0000
(16:28 -0400)
Working towards packaging, we will be better off if we start getting used to
installing OpenSRF in standard FHS directories.
Signed-off-by: Dan Scott <dscott@laurentian.ca>
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
d947e45
..
a29926d
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-31,7
+31,6
@@
AM_INIT_AUTOMAKE([OpenSRF], m4_defn([VERSION_NUMBER]))
AC_REVISION($Revision: 0.1 $)
AC_CONFIG_SRCDIR([configure.ac])
-AC_PREFIX_DEFAULT([/opensrf])
# Enable $prefix to resolve to a reasonable value in substitutions in
# scripts if no explict value was passed in to configure