From ab14a1a3e34418f4dcd9428f321a5dbae37aa697 Mon Sep 17 00:00:00 2001 From: mdb Date: Thu, 16 Aug 2001 19:25:56 +0000 Subject: [PATCH] Minor configuration to make things work. I dislike the cargo cult nature of my approach toward autoconf, but I can't be bothered to dive deeply enough into the whole business to sort out all the jockeying that GNOME and the various other layers are doing with it. git-svn-id: https://samskivert.googlecode.com/svn/trunk@282 6335cc39-0255-0410-8fd6-9bcaacd3b74c --- projects/lookuplet/acconfig.h | 1 + projects/lookuplet/configure.in | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/projects/lookuplet/acconfig.h b/projects/lookuplet/acconfig.h index 58c90459..68f5624f 100644 --- a/projects/lookuplet/acconfig.h +++ b/projects/lookuplet/acconfig.h @@ -1,5 +1,6 @@ #undef ENABLE_NLS #undef HAVE_GETTEXT +#undef HAVE_CATGETS #undef HAVE_LC_MESSAGES #undef HAVE_LIBSM #undef HAVE_LIBINTL_H diff --git a/projects/lookuplet/configure.in b/projects/lookuplet/configure.in index 24c6a862..86a98b48 100644 --- a/projects/lookuplet/configure.in +++ b/projects/lookuplet/configure.in @@ -1,4 +1,4 @@ -dnl $Id: configure.in,v 1.2 2001/08/16 00:12:11 mdb Exp $ +dnl $Id: configure.in,v 1.3 2001/08/16 19:25:56 mdb Exp $ dnl dnl Process this file with autoconf to produce a configure script. @@ -67,6 +67,7 @@ AM_GNOME_GETTEXT dnl Create files. AC_OUTPUT([ Makefile +macros/Makefile intl/Makefile src/Makefile ])