diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-02-22 03:49:04 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-02-22 03:49:04 +0100 |
commit | 5d5182158a982057a9fe4c7b3f3ac81e1536f1ff (patch) | |
tree | b8a162b90b9615da35cf2ee397c7080ab57ab3a0 /src/Makefile.am | |
parent | 52934d6a7989983cfdb4d772217e45e2434d5db7 (diff) | |
download | sciteco-5d5182158a982057a9fe4c7b3f3ac81e1536f1ff.tar.gz |
added --with-default-scitecopath config option: default value of $SCITECOPATH
useful for Windows where the desired default path does not correspond with
the installation dir of the std lib macros
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index e3b5848..41bc7cf 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2,7 +2,7 @@ include $(top_srcdir)/bootstrap.am AM_CFLAGS = -Wall -std=c99 AM_CXXFLAGS = -Wall -AM_CPPFLAGS = -D'DEFAULT_SCITECOPATH="@scitecopathdir@"' +AM_CPPFLAGS = -D'DEFAULT_SCITECOPATH="@DEFAULT_SCITECOPATH@"' if NEED_COMPAT AM_CPPFLAGS += -I@top_srcdir@/compat endif |