Add required variable

This commit is contained in:
Laurence Withers 2007-01-05 12:04:25 +00:00
parent e4aca335e2
commit 0a6ca7f565
1 changed files with 1 additions and 0 deletions

1
config
View File

@ -10,6 +10,7 @@
#
[ -z "${PREFIX}" ] && PREFIX="/usr/local"
[ -z "${DOCSDIR}" ] && DOCSDIR="${PREFIX}/doc/libCStreamedXML"
[ -z "${CC}" ] && CC="gcc"
[ -z "${CFLAGS}" ] && CFLAGS="-g -O2 -W -Wall"
[ -z "${BINDIR}" ] && BINDIR="${PREFIX}/bin"