diff options
author | Tom Grennan <tgrennan@vyatta.com> | 2008-03-20 13:46:50 -0700 |
---|---|---|
committer | Tom Grennan <tgrennan@vyatta.com> | 2008-03-20 13:46:50 -0700 |
commit | e2981f89122e5cd812b36eddb4ff242e5a77c5c8 (patch) | |
tree | cc1b6356a5ecc87910ad573df6e74d9cbffa0228 /configure.ac | |
parent | 6695763f68fbf3acfb6c69739deca28217eaf8ef (diff) | |
download | vyatta-op-e2981f89122e5cd812b36eddb4ff242e5a77c5c8.tar.gz vyatta-op-e2981f89122e5cd812b36eddb4ff242e5a77c5c8.zip |
this is an architecture independent package
so, remove the architecture specific configuration tests to speed-up build
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/configure.ac b/configure.ac index 015d730..bb44cfc 100644 --- a/configure.ac +++ b/configure.ac @@ -15,24 +15,10 @@ 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]), - [NOSTRIP=-nostrip], [NOSTRIP=]) - AC_CONFIG_FILES( [Makefile] [etc/default/vyatta] [debian/vyatta-op.postinst]) -AC_SUBST(NOSTRIP) - AC_OUTPUT |