diff options
author | 2016-09-16 16:21:27 +0000 | |
---|---|---|
committer | 2016-10-04 18:09:43 +0000 | |
commit | de3e03905b12cffd3f4b9824c4175581b313158e (patch) | |
tree | 985b48949811d6e17b0a74791dba5d53e4521926 /nsh-plugin-api/configure.ac | |
parent | e958b2b806878dc140b5786e11bad4d23e09d454 (diff) |
Clean out files that should never have been committed
configure and libtool.m4 should't be committed, but
rather generated by autoreconf -f -i
nsh-plugin-api/* should not have been committed at all
and is not used at all.
Change-Id: Ic5f8160c39c4ff17baf36c59d7b67d8d7baed43a
Signed-off-by: Ed Warnicke <hagbard@gmail.com>
(cherry picked from commit 7e1fb32a85d72b147b9d3b2aa92223d782d166e3)
Diffstat (limited to 'nsh-plugin-api/configure.ac')
-rw-r--r-- | nsh-plugin-api/configure.ac | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/nsh-plugin-api/configure.ac b/nsh-plugin-api/configure.ac deleted file mode 100644 index 4430c8f..0000000 --- a/nsh-plugin-api/configure.ac +++ /dev/null @@ -1,14 +0,0 @@ -AC_INIT(vpp-api, 1.0.0) -LT_INIT -AC_CONFIG_MACRO_DIR([m4]) -AC_CONFIG_SUBDIRS([java]) -AM_INIT_AUTOMAKE -AM_SILENT_RULES([yes]) - -AM_PROG_AS -AC_PROG_CC -AM_PROG_CC_C_O - -AC_CONFIG_FILES([Makefile]) -AC_OUTPUT - |