From 435437a7cc42aad99d5b220e42ab8d3df965d25d Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 29 Oct 2008 21:30:35 -0500 Subject: Getting the build things together so that it starts building. Yeah. --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 74fbab9..4cae40e 100644 --- a/configure.ac +++ b/configure.ac @@ -11,6 +11,7 @@ AM_MAINTAINER_MODE IT_PROG_INTLTOOL([0.35.0]) AC_ISC_POSIX AC_PROG_CC +AM_PROG_CC_C_O AC_STDC_HEADERS AC_PROG_LIBTOOL @@ -36,6 +37,7 @@ AC_SUBST(APPLET_LIBS) AC_OUTPUT([ Makefile src/Makefile +po/Makefile.in ]) ########################### -- cgit v1.2.3