aboutsummaryrefslogtreecommitdiff
path: root/am
diff options
context:
space:
mode:
Diffstat (limited to 'am')
-rw-r--r--am/grecs.m420
1 files changed, 19 insertions, 1 deletions
diff --git a/am/grecs.m4 b/am/grecs.m4
index 0b28604..8d046f5 100644
--- a/am/grecs.m4
+++ b/am/grecs.m4
@@ -49,8 +49,26 @@ AC_DEFUN([_GRECS_OPTION_SWITCH],
AC_DEFUN([_GRECS_SET_OPTIONS],
[m4_foreach_w([_GRECS_Option], [$1], [_GRECS_SET_OPTION(_GRECS_Option)])])
-# GRECS_SETUP([no-preproc std-pp-setup pp-setup-option],[pp-setup-file])
+# GRECS_SETUP([OPTIONS],[pp-setup-file])
+#
+# Options are:
+# no-preproc Disable the use of preprocessor.
+# std-pp-setup Install standard pp-setup file.
+# pp-setup-option Add the --with-pp-setup-file option to the
+# configuration file. The option allows user to
+# control whether the pp-setup file is installed.
+#
+# The pp-setup-file argument supplies the pathname of the preprocessor
+# setup file in the source tree. It is ignored if std-pp-setup option is
+# given.
+#
+# If neither std-pp-setup option, nor pp-setup-file argument are supplied,
+# no preprocessor setup file is installed.
+
AC_DEFUN([GRECS_SETUP],[
+ AC_PROG_YACC
+ AM_PROG_LEX
+
_GRECS_SET_OPTIONS([$1])
# **********************
# Preprocessor

Return to:

Send suggestions and report system problems to the System administrator.