[pisa-src] r951 - trunk

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Mon, 07 Sep 2009 16:59:18 +0200

Author: biurrun
Date: Mon Sep  7 16:59:18 2009
New Revision: 951

Log:
Install in /usr/local instead of /usr by default.
This is the only sensible default for compiling software locally.

Modified:
   trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac  Fri Sep  4 19:34:24 2009        (r950)
+++ trunk/configure.ac  Mon Sep  7 16:59:18 2009        (r951)
@@ -145,7 +145,7 @@
 fi
 AM_CONDITIONAL(PISA_PREAUTH, test x"$ac_cv_use_preauth" = x"yes")
 
-AC_PREFIX_DEFAULT("/usr")
+AC_PREFIX_DEFAULT("/usr/local")
 
 AC_SUBST(TOPSRC, `pwd`)
 AC_SUBST(PISA_COMMON_INCLUDES, "$TOPSRC/include")

Other related posts:

  • » [pisa-src] r951 - trunk - Diego Biurrun