Upgrade build system

This commit is contained in:
Laurence Withers 2007-10-14 10:32:46 +00:00
commit 3e33062dc4
5 changed files with 10 additions and 236 deletions

View file

@ -1,5 +1,8 @@
# liblwevent/scripts/paths
# vim: syntax=sh:sw=4:ts=4:expandtab
#
# (c)2007, Laurence Withers, <l@lwithers.me.uk>.
# Released under the GNU GPLv3. See file COPYING or
# http://www.gnu.org/copyleft/gpl.html for details.
#
# Default path setup. Not meant for editing; use environment variables
# to override values if needed.
@ -79,3 +82,6 @@ MY_CGIDIR="${WEBDIR}/cgi-bin"
[ -z "${DOCSDIR}" ] && DOCSDIR="${MY_DOCSDIR}"
[ -z "${WEBDIR}" ] && WEBDIR="${MY_WEBDIR}"
[ -z "${CGIDIR}" ] && CGIDIR="${MY_CGIDIR}"
# kate: replace-trailing-space-save true; space-indent true; tab-width 4;
# vim: syntax=sh:expandtab:ts=4:sw=4