diff options
author | Bob Gilligan <gilligan@sydney.vyatta.com> | 2007-12-14 18:07:39 -0800 |
---|---|---|
committer | Bob Gilligan <gilligan@sydney.vyatta.com> | 2007-12-14 18:07:39 -0800 |
commit | b5c72569cb4f0ca97e6c1a43075ac140670f61d9 (patch) | |
tree | fa7b613d301e59d3641a44f54d8f5a0e771e57cc /configure.ac | |
parent | e049ba70d640035b320ca508a6cfd5de2e22879e (diff) | |
download | vyatta-op-b5c72569cb4f0ca97e6c1a43075ac140670f61d9.tar.gz vyatta-op-b5c72569cb4f0ca97e6c1a43075ac140670f61d9.zip |
Add render_xml to this package. It is used by at least two other
packages.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 30d16dd..c47e093 100644 --- a/configure.ac +++ b/configure.ac @@ -15,6 +15,13 @@ AC_CONFIG_AUX_DIR([config]) AM_INIT_AUTOMAKE([gnu no-dist-gzip dist-bzip2 subdir-objects]) AC_PREFIX_DEFAULT([/opt/vyatta]) +AC_PROG_CC +AM_PROG_AS +AM_PROG_CC_C_O +AC_PROG_LIBTOOL +AC_PROG_LEX +AC_PROG_YACC + AC_ARG_ENABLE([nostrip], AC_HELP_STRING([--enable-nostrip], [include -nostrip option during packaging]), |