From 8abac65dac48cc9bbd415741193e3fb873fdbc82 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Fri, 19 Oct 2012 16:28:59 -0400 Subject: [PATCH] Stop using a non-standard default PREFIX for installs 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 Signed-off-by: Jason Stephenson --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 8896f2b..289c356 100644 --- 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 -- 2.43.2