diff options
author | Tom Grennan <tgrennan@vyatta.com> | 2008-01-03 18:07:24 -0800 |
---|---|---|
committer | Tom Grennan <tgrennan@vyatta.com> | 2008-01-03 18:07:24 -0800 |
commit | c0936f2db61418d29082e0cb6ff988226c479575 (patch) | |
tree | 149de46c062ea9952f29133e6e8661b259ba09b6 /configure.ac | |
parent | 8bc934765e0c9d64a6db9e8548fc10c9acc9d36c (diff) | |
parent | 8fbee603ef1ac56c5212fabb1942636471acf7ab (diff) | |
download | vyatta-op-c0936f2db61418d29082e0cb6ff988226c479575.tar.gz vyatta-op-c0936f2db61418d29082e0cb6ff988226c479575.zip |
Merge branch 'glendale' of http://suva.vyatta.com/vyatta-op into glendale
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]), |