pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] CVS: Games/Pingus configure.in,1.61,1.62


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus configure.in,1.61,1.62
Date: 18 Jun 2002 21:17:18 -0000

Update of /usr/local/cvsroot/Games/Pingus
In directory dark:/tmp/cvs-serv30598

Modified Files:
        configure.in 
Log Message:
- added resource garbage collector
- added new images to the makefiles/.scr files

Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/configure.in,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- configure.in        12 Jun 2002 23:38:44 -0000      1.61
+++ configure.in        18 Jun 2002 21:17:16 -0000      1.62
@@ -20,7 +20,7 @@
 dnl BUG: This file should be updated with the macros from 'configure.scan'
 
 dnl Process this file with autoconf to produce a configure script.
-AC_INIT( src/pingus_main.cxx)
+AC_INIT( src/pingus_main.cxx )
 AM_CONFIG_HEADER( config.h )
 
 PACKAGE=pingus
@@ -71,9 +71,10 @@
 
        dnl AM_WITH_NLS
        dnl AM_LC_MESSAGES
-       dnl AM_GNU_GETTEXT
+       AM_GNU_GETTEXT
 else
        echo "Gnu gettext disabled"
+       dnl We probally need a AC_SUBST(@INTLLIBS@) here
 fi
 
 dnl -- Static Libaries --




reply via email to

[Prev in Thread] Current Thread [Next in Thread]