[pisa-src] r1567 - trunk/configure.ac

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Sat, 07 Nov 2009 18:06:55 +0100

Author: biurrun
Date: Sat Nov  7 18:06:55 2009
New Revision: 1567

Log:
Do not pointlessly set the default prefix to /usr/local.
/usr/local is already the standard value, there is no need to repeat it.

Modified:
   trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac  Sat Nov  7 17:59:38 2009        (r1566)
+++ trunk/configure.ac  Sat Nov  7 18:06:55 2009        (r1567)
@@ -93,8 +93,6 @@
 fi
 AM_CONDITIONAL(PISA_OPENWRT, test x"$ac_cv_use_openwrt" = x"yes")
 
-AC_PREFIX_DEFAULT("/usr/local")
-
 # Set default AM_CFLAGS for the complete project.
 AC_SUBST(AM_CFLAGS, "-std=gnu99 -Wall -Wextra -Wredundant-decls 
-Wstrict-prototypes -Wdisabled-optimization -Wpointer-arith -Wundef -Winline 
-Wno-deprecated-declarations -Wmissing-prototypes -Wwrite-strings -Wcast-qual 
-Wshadow -Werror")
 

Other related posts:

  • » [pisa-src] r1567 - trunk/configure.ac - Diego Biurrun