configure.ac and automake files for the repository. Signed-off-by: Janani Venkataraman <janan...@linux.vnet.ibm.com> --- Makefile.am | 2 ++ configure.ac | 7 +++++++ 2 files changed, 9 insertions(+)
diff --git a/Makefile.am b/Makefile.am index e69de29..2cc6dc7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -0,0 +1,2 @@ +AUTOMAKE_OPTIONS = foreign +SUBDIRS = diff --git a/configure.ac b/configure.ac index e69de29..f34a0c3 100644 --- a/configure.ac +++ b/configure.ac @@ -0,0 +1,7 @@ +AC_INIT([Gencore], [0.1], [janan...@linux.vnet.ibm.com], [gencore], []) +LT_INIT() +AM_INIT_AUTOMAKE([-Wall -Werror foreign]) +AC_CONFIG_HEADERS([config.h]) +AC_PROG_CC +AC_CONFIG_FILES(Makefile) +AC_OUTPUT() -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/