From: Florin Coras Date: Tue, 12 Apr 2016 22:47:14 +0000 (+0200) Subject: Move autogenerated vnet files to config folder X-Git-Tag: v16.06-rc1~159 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F68%2F768%2F3;p=vpp.git Move autogenerated vnet files to config folder This cleans up vnet folder however it doesn't clean the existing autogenerated files. I'm not aware of any automated solution to achieve this without involving git. Change-Id: Ib29869e08e1d3bd87b7b54bc414f88bd9c632372 Signed-off-by: Florin Coras --- diff --git a/vnet/configure.ac b/vnet/configure.ac index b4b6723a693..bc1922b9fa0 100644 --- a/vnet/configure.ac +++ b/vnet/configure.ac @@ -1,4 +1,6 @@ AC_INIT(vnet, 1.1) +AC_CONFIG_AUX_DIR(config) +AC_CONFIG_HEADERS(config/config.h) LT_INIT AM_INIT_AUTOMAKE AM_SILENT_RULES