diff options
author | An-Cheng Huang <ancheng@sydney.vyatta.com> | 2007-10-18 14:21:55 -0700 |
---|---|---|
committer | An-Cheng Huang <ancheng@sydney.vyatta.com> | 2007-10-18 14:21:55 -0700 |
commit | 9c04f3d77a812f648842c72e70f17acfdd08c6b6 (patch) | |
tree | 0688bb9f26df240aa44650ac8b38d2c0f530c727 /configure.ac | |
parent | c38f1d8ace7ba12d05954ab3374f3bbea6c13d46 (diff) | |
download | vyatta-cfg-quagga-9c04f3d77a812f648842c72e70f17acfdd08c6b6.tar.gz vyatta-cfg-quagga-9c04f3d77a812f648842c72e70f17acfdd08c6b6.zip |
add dependency and postinst
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index aca95c7f..d4a46fab 100644 --- a/configure.ac +++ b/configure.ac @@ -22,6 +22,7 @@ AC_ARG_ENABLE([nostrip], AC_CONFIG_FILES( [Makefile] + [debian/vyatta-cfg-system.postinst] [scripts/install-system]) AC_SUBST(NOSTRIP) |