From 38298a02a3044ae6dcf21d1f0ac8a98e31abb50f Mon Sep 17 00:00:00 2001 From: pixel Date: Thu, 5 Dec 2002 06:02:40 +0000 Subject: Yeah, really fixed now. --- Makefile.am | 2 +- configure.ac | 7 +++---- include/Makefile.am | 0 lib/Makefile.am | 0 src/Makefile.am | 0 5 files changed, 4 insertions(+), 5 deletions(-) create mode 100644 include/Makefile.am create mode 100644 lib/Makefile.am create mode 100644 src/Makefile.am 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 diff --git a/lib/Makefile.am b/lib/Makefile.am new file mode 100644 index 0000000..e69de29 diff --git a/src/Makefile.am b/src/Makefile.am new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3