summaryrefslogtreecommitdiff
path: root/m4
Commit message (Collapse)AuthorAgeFilesLines
* [m4] Use AS_VAR_APPEND macro instead of "+="Alexander Tsoy2015-07-021-24/+24
| | | | | | Also get rid of unnecessary subshells. Signed-off-by: Alexander Tsoy <alexander@tsoy.me>
* [m4] Don't use bash "let" builtinAlexander Tsoy2015-07-021-2/+2
| | | | Signed-off-by: Alexander Tsoy <alexander@tsoy.me>
* [m4] Don't use bash arrays in m4 macrosJussi Kukkonen2015-07-021-18/+9
| | | | Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
* Added new core.c and core.h to Makefile.am.Rick Bell2015-05-012-2/+2
| | | | Updated Copyright from 2013 to 2015
* [Autoconf] Add --no-undefined to compiler optionLudovic Ferrandis2014-07-081-0/+1
| | | | | | | | | Update the compiler flags to enable the check of undefined function at link time. It seems the option '-no-undefined' pass in libdleyna_server_1_0_la_LDFLAGS is not enough. Using libtool, this option should be set to the compiler flags. Signed-off-by: Ludovic Ferrandis <ludovic.ferrandis@intel.com>
* [Copyright] Fix copyright headersLudovic Ferrandis2013-03-211-2/+3
| | | | Signed-off-by: Ludovic Ferrandis <ludovic.ferrandis@intel.com>
* [Init] Add initial source codeRegis Merlino2013-02-252-0/+149
Signed-off-by: Regis Merlino <regis.merlino@intel.com>