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 ])