diff options
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | configure.ac | 7 | ||||
-rw-r--r-- | include/Makefile.am | 0 | ||||
-rw-r--r-- | lib/Makefile.am | 0 | ||||
-rw-r--r-- | src/Makefile.am | 0 |
5 files changed, 4 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am index 304097a..e4353cb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ -SUBDIRS = intl m4 po +SUBDIRS = intl m4 po include lib src ACLOCAL_AMFLAGS = -I m4 diff --git a/configure.ac b/configure.ac index 117d31e..f038c06 100644 --- a/configure.ac +++ b/configure.ac @@ -2,9 +2,8 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.56) -PACKAGE="mogltk" -VERSION="0.0.1" AC_INIT([mogltk], [0.0.1], [pixel@nobis-crew.org]) +AM_INIT_AUTOMAKE(mogltk, 0.0.1) AC_CONFIG_SRCDIR([intl/bindtextdom.c]) AM_CONFIG_HEADER(config.h) @@ -17,10 +16,10 @@ AC_PROG_LN_S AC_PROG_MAKE_SET AC_PROG_RANLIB AC_PROG_YACC +AM_PROG_LIBTOOL # Checks for libraries. -# FIXME: Replace `main' with a function in `-lc': -AC_CHECK_LIB([c], [main]) +AC_CHECK_LIB([c], [printf]) # Checks for header files. AC_FUNC_ALLOCA diff --git a/include/Makefile.am b/include/Makefile.am new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/include/Makefile.am diff --git a/lib/Makefile.am b/lib/Makefile.am new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/lib/Makefile.am diff --git a/src/Makefile.am b/src/Makefile.am new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/src/Makefile.am |