[hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 4979: Do not default SYSCONFDIR to /etc.

  • From: noreply@xxxxxxxxxxxxx
  • To: HIPL core team <hipl-dev@xxxxxxxxxxxxx>
  • Date: Tue, 05 Oct 2010 16:48:27 -0000

------------------------------------------------------------
revno: 4979
committer: Diego Biurrun <diego@xxxxxxxxxx>
branch nick: trunk
timestamp: Tue 2010-10-05 18:45:22 +0200
message:
  Do not default SYSCONFDIR to /etc.
  
  /etc is reserved for system packages.  When compiling for /usr/local, like
  HIPL does by default, config files should be placed below /usr/local/etc.
modified:
  configure.ac


--
lp:hipl
https://code.launchpad.net/~hipl-core/hipl/trunk

Your team HIPL core team is subscribed to branch lp:hipl.
To unsubscribe from this branch go to 
https://code.launchpad.net/~hipl-core/hipl/trunk/+edit-subscription
=== modified file 'configure.ac'
--- configure.ac        2010-10-05 16:40:01 +0000
+++ configure.ac        2010-10-05 16:45:22 +0000
@@ -49,7 +49,6 @@
 AC_DEFINE_UNQUOTED(HIPL_DEFAULT_PREFIX, "$(eval echo ${prefix})")
 AH_TEMPLATE(HIPL_DEFAULT_PREFIX, [default prefix])
 
-AC_SUBST(sysconfdir, /etc)
 # Our configuration files should be located in a subdirectory of their own.
 AC_SUBST(sysconfdir, ${sysconfdir}/hip)
 

Other related posts: