THIS IS A TEST INSTANCE ONLY! REPOSITORIES CAN BE DELETED AT ANY TIME!
This website requires JavaScript.
Explore
Help
Sign In
ligang
/
vpp
Watch
1
Star
0
Fork
0
You've already forked vpp
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
vpp
/
svm
/
configure.ac
8 lines
90 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Initial commit of vpp code. Change-Id: Ib246f1fbfce93274020ee93ce461e3d8bd8b9f17 Signed-off-by: Ed Warnicke <eaw@cisco.com>
2015-12-08 15:45:58 -07:00
AC_INIT(svm, 1.0)
Replace AC_PROG_LIBTOOL with LT_INIT Change-Id: I642c4b8e83dd07708658a10ad46e9fd2c28a7f1f Signed-off-by: Dave Barach <dave@barachs.net>
2016-02-10 08:42:59 -05:00
LT_INIT
Initial commit of vpp code. Change-Id: Ib246f1fbfce93274020ee93ce461e3d8bd8b9f17 Signed-off-by: Ed Warnicke <eaw@cisco.com>
2015-12-08 15:45:58 -07:00
AM_INIT_AUTOMAKE
Make automake silent rules default Change-Id: Ia504ccdac1deac20f20cf7fb76f78b2d8c505474 Signed-off-by: Damjan Marion <damarion@cisco.com>
2016-04-26 18:19:47 +02:00
AM_SILENT_RULES([yes])
Initial commit of vpp code. Change-Id: Ib246f1fbfce93274020ee93ce461e3d8bd8b9f17 Signed-off-by: Ed Warnicke <eaw@cisco.com>
2015-12-08 15:45:58 -07:00
AC_OUTPUT([Makefile])
Reference in New Issue
Copy Permalink