aboutsummaryrefslogtreecommitdiff
path: root/config_subdir.m4
AgeCommit message (Collapse)AuthorFilesLines
2010-11-19build: fix subconfigure parameter issueSpencer Oliver1-1/+1
When passing CFLAGS for example through to the jimtcl subconfigure the quotes were not being preserved. Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
2010-11-19build: prepend --with-jim-ext=nvp to jimtcl configureSpencer Oliver1-0/+27
This allows us to add options to jimtcl configure. The default autoconf AC_CONFIG_SUBDIRS does not currently support this. Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>