summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2010-03-19 17:23:37 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2010-03-19 17:23:37 -0700
commit9d457aa67813a967073f0fb4b1f8dd3acd8234ed (patch)
treea6f071f019e59370409439109b7606980353938b /configure.ac
parent5e8e6f224a068fb30f125b882793b4072d51a241 (diff)
downloadvyatta-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.ac4
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)