Add default path for iso8601_leap_table_load()

This commit is contained in:
Laurence Withers 2009-05-29 14:51:26 +00:00
commit 7ba82a2988
4 changed files with 9 additions and 3 deletions

2
config
View file

@ -32,5 +32,7 @@
source "scripts/paths"
# Project-specific variables below.
[ -z "${DEFAULT_LEAP_TABLE}" ] && DEFAULT_LEAP_TABLE="${SHAREDIR}/libiso8601/leap-table"
[ -z "${CC}" ] && CC="gcc"
[ -z "${CFLAGS}" ] && CFLAGS="-g -O2 -W -Wall"