aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-05-20 12:47:02 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-05-20 12:47:02 +0000
commitd779018cf7e2ea8846ad9b305511f6b304c1ffc2 (patch)
tree3ee728440889331f68c651bfd4724b042baf0a39 /configure.ac
parent15fa734f152c87ccf302db330b5de79bee5f99da (diff)
downloadmailfromd-d779018cf7e2ea8846ad9b305511f6b304c1ffc2.tar.gz
mailfromd-d779018cf7e2ea8846ad9b305511f6b304c1ffc2.tar.bz2
Improve external preprocessor usage
git-svn-id: file:///svnroot/mailfromd/trunk@1458 7a8a7f39-df28-0410-adc6-e0d955640f24
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 47165acb..bdaf8e45 100644
--- a/configure.ac
+++ b/configure.ac
@@ -336,6 +336,9 @@ if test $use_ext_pp != no; then
DEFAULT_PREPROCESSOR=$PPBIN
if test -n "$DEFAULT_PREPROCESSOR"; then
DEFAULT_PREPROCESSOR="$DEFAULT_PREPROCESSOR $PREPROC_OPTIONS"
+ case $PPBIN in
+ *m4) AC_SUBST(PP_SETUP_FILE,'pp-setup');; # Install default pp-setup
+ esac
fi
PATH=$save_PATH
fi

Return to:

Send suggestions and report system problems to the System administrator.