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
This commit is contained in:
mdb
2001-08-16 19:25:56 +00:00
parent 0664031824
commit ab14a1a3e3
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -1,5 +1,6 @@
#undef ENABLE_NLS
#undef HAVE_GETTEXT
#undef HAVE_CATGETS
#undef HAVE_LC_MESSAGES
#undef HAVE_LIBSM
#undef HAVE_LIBINTL_H
+2 -1
View File
@@ -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
])