a2ps-commit
[Top][All Lists]
Advanced

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

CVS: a2ps/contrib/sample Makefile.am,1.2,1.3


From: Akim Demaille <address@hidden>
Subject: CVS: a2ps/contrib/sample Makefile.am,1.2,1.3
Date: Mon, 25 Mar 2002 12:20:17 -0500

Update of /cvsroot/a2ps/a2ps/contrib/sample
In directory subversions:/tmp/cvs-serv19234/contrib/sample

Modified Files:
        Makefile.am 
Log Message:
Gettext 0.11.1.
* lib/Makefile.am (noinst_HEADERS): Add gettext.h.
* lib/system.h: Use lib/gettext.h.
* src/Makefile.am, contrib/sample/Makefile.am: @LIBINTL@ instead
of @address@hidden


Index: Makefile.am
===================================================================
RCS file: /cvsroot/a2ps/a2ps/contrib/sample/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** Makefile.am 22 Mar 2002 14:53:13 -0000      1.2
--- Makefile.am 25 Mar 2002 17:20:13 -0000      1.3
***************
*** 3,12 ****
  # Copyright (c) 1988, 89, 90, 91, 92, 93 Miguel Santana
  # Copyright (c) 1995, 96, 97, 98 Akim Demaille, Miguel Santana
- # $Id$
  #
  
  #
  # This file is part of a2ps.
! # 
  # This program is free software; you can redistribute it and/or modify
  # it under the terms of the GNU General Public License as published by
--- 3,11 ----
  # Copyright (c) 1988, 89, 90, 91, 92, 93 Miguel Santana
  # Copyright (c) 1995, 96, 97, 98 Akim Demaille, Miguel Santana
  #
  
  #
  # This file is part of a2ps.
! #
  # This program is free software; you can redistribute it and/or modify
  # it under the terms of the GNU General Public License as published by
***************
*** 36,40 ****
  
  INCLUDES = -I. -I.. -I$(top_builddir) -I$(top_srcdir)/intl -I$(top_srcdir)/lib
! sample_LDADD = $(top_builddir)/lib/liba2ps.la @INTLLIBS@ -lm
! DEFS = @DEFS@ -DLOCALEDIR=\"$(localedir)\" 
! 
--- 35,38 ----
  
  INCLUDES = -I. -I.. -I$(top_builddir) -I$(top_srcdir)/intl -I$(top_srcdir)/lib
! sample_LDADD = $(top_builddir)/lib/liba2ps.la @LIBINTL@ -lm
! DEFS = @DEFS@ -DLOCALEDIR=\"$(localedir)\"




reply via email to

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