From 9d457aa67813a967073f0fb4b1f8dd3acd8234ed Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Fri, 19 Mar 2010 17:23:37 -0700 Subject: Remove configure step depending on unused install --- configure.ac | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 3f916a3..3fc28cd 100644 --- a/configure.ac +++ b/configure.ac @@ -20,9 +20,7 @@ AC_ARG_ENABLE([nostrip], [include -nostrip option during packaging]), [NOSTRIP=-nostrip], [NOSTRIP=]) -AC_CONFIG_FILES( - [Makefile] - [debian/vyatta-cfg-qos.postinst]) +AC_CONFIG_FILES([Makefile]) AC_SUBST(NOSTRIP) -- cgit v1.2.3