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.1.1.1,1.1.1.1.2.1


From: Akim Demaille <address@hidden>
Subject: CVS: a2ps/contrib/sample Makefile.am,1.1.1.1,1.1.1.1.2.1
Date: Mon, 25 Mar 2002 12:09:47 -0500

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

Modified Files:
      Tag: a2ps-4-1x
        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.1.1.1
retrieving revision 1.1.1.1.2.1
diff -C2 -r1.1.1.1 -r1.1.1.1.2.1
*** Makefile.am 4 Mar 2002 18:46:23 -0000       1.1.1.1
--- Makefile.am 25 Mar 2002 17:09:15 -0000      1.1.1.1.2.1
***************
*** 8,12 ****
  #
  # 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
--- 8,12 ----
  #
  # 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)\" 
! 
--- 36,39 ----
  
  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]