Stop using a non-standard default PREFIX for installs
authorDan Scott <dscott@laurentian.ca>
Fri, 19 Oct 2012 20:28:59 +0000 (16:28 -0400)
committerJason Stephenson <jstephenson@mvlc.org>
Thu, 28 Feb 2013 16:21:04 +0000 (11:21 -0500)
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>
Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
configure.ac

index 8896f2b..289c356 100644 (file)
@@ -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