diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-03-19 17:23:37 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-03-19 17:23:37 -0700 |
commit | 9d457aa67813a967073f0fb4b1f8dd3acd8234ed (patch) | |
tree | a6f071f019e59370409439109b7606980353938b /configure.ac | |
parent | 5e8e6f224a068fb30f125b882793b4072d51a241 (diff) | |
download | vyatta-cfg-qos-9d457aa67813a967073f0fb4b1f8dd3acd8234ed.tar.gz vyatta-cfg-qos-9d457aa67813a967073f0fb4b1f8dd3acd8234ed.zip |
Remove configure step depending on unused install
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 1 insertions, 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) |