m4-commit
[Top][All Lists]
Advanced

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

Changes to m4/Makefile.am


From: Eric Blake
Subject: Changes to m4/Makefile.am
Date: Fri, 05 May 2006 12:34:33 +0000

Index: m4/Makefile.am
diff -u m4/Makefile.am:1.23 m4/Makefile.am:1.24
--- m4/Makefile.am:1.23 Sat May  7 19:46:13 2005
+++ m4/Makefile.am      Fri May  5 12:34:33 2006
@@ -1,6 +1,7 @@
 ## This file is part of GNU M4.
 ##
-## Copyright (C) 2000, 2001, 2003, 2004, 2005 Free Software Foundation, Inc.
+## Copyright (C) 2000, 2001, 2003, 2004, 2005, 2006 Free Software
+## Foundation, Inc.
 ##
 ## 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
@@ -150,13 +151,13 @@
 ## pkglibexec_LTLIBRARIES         += modules/perl.la
 ## modules_perl_la_CPPFLAGS    = `$(PERL) -MExtUtils::Embed -e ccopts`
 ## modules_perl_la_LDFLAGS             = \
-##               $(module_ldflags) `$(PERL) -MExtUtils::Embed -e ldopts`
+##               $(module_ldflags) `$(PERL) -MExtUtils::Embed -e ldopts`
 ## modules_perl_la_LIBADD              = $(module_libadd)
 ## BUILT_SOURCES                       = perlxsi.c
 ## DISTCLEANFILES                     += $(BUILT_SOURCES)
 ##
 ## perlxsi.c:
-##     $(PERL) -MExtUtils::Embed -e xsinit -- -o perlxsi.c
+##     $(PERL) -MExtUtils::Embed -e xsinit -- -o perlxsi.c
 
 module_check   = -rpath /dev/null
 check_LTLIBRARIES = \
@@ -244,10 +245,10 @@
 info_TEXINFOS  = doc/m4.texinfo
 dist_man_MANS  = $(srcdir)/doc/m4.1
 
-$(srcdir)/doc/m4.1: doc/helptoman.pl src/m4
-       @if test -f src/m4; then \
+$(srcdir)/doc/m4.1: doc/helptoman.pl src/m4$(EXEEXT)
+       @if test -f src/m4$(EXEEXT); then \
          echo "Updating the \`man' page \`$@'"; \
-         $(PERL) $(srcdir)/doc/helptoman.pl src/m4 > address@hidden; \
+         $(PERL) $(srcdir)/doc/helptoman.pl src/m4$(EXEEXT) > address@hidden; \
          cmp -s address@hidden $(srcdir)/doc/$@ || cp address@hidden 
$(srcdir)/doc/$@; \
          rm -f address@hidden; \
        else \




reply via email to

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