m4-patches
[Top][All Lists]
Advanced

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

FYI: 65-gary-let-automake-1-8-dist-config-macros.patch


From: Gary V. Vaughan
Subject: FYI: 65-gary-let-automake-1-8-dist-config-macros.patch
Date: Fri, 12 Sep 2003 15:33:14 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5b) Gecko/20030903 Thunderbird/0.2

Applied to HEAD.
--
  ())_.  Gary V. Vaughan    gary@(lilith.warpmail.net|gnu.org)
  ( '/   Research Scientist http://www.oranda.demon.co.uk       ,_())____
  / )=   GNU Hacker         http://www.gnu.org/software/libtool  \'      `&
`(_~)_   Tech' Author       http://sources.redhat.com/autobook   =`---d__/
Index: configure.ac
===================================================================
RCS file: /cvsroot/m4/m4/configure.ac,v
retrieving revision 1.23
diff -u -p -u -r1.23 configure.ac
--- configure.ac 12 Sep 2003 13:47:48 -0000 1.23
+++ configure.ac 12 Sep 2003 14:27:20 -0000
@@ -213,7 +213,6 @@ AM_CONDITIONAL([USE_GMP], [test "x$USE_G
 ## Outputs. ##
 ## -------- ##
 AC_CONFIG_FILES([Makefile
-               config/Makefile
                doc/Makefile
                examples/Makefile
                gnulib/Makefile
Index: Makefile.am
===================================================================
RCS file: /cvsroot/m4/m4/Makefile.am,v
retrieving revision 1.14
diff -u -p -u -r1.14 Makefile.am
--- Makefile.am 9 Sep 2003 11:48:49 -0000 1.14
+++ Makefile.am 12 Sep 2003 14:27:20 -0000
@@ -19,14 +19,14 @@
 ##
 ## Written by Gary V. Vaughan <address@hidden>
 
-EXTRA_DIST     = bootstrap
+EXTRA_DIST     = bootstrap config/mkstamp
 
 ## There is currently no means with Automake not to run aclocal.
 ACLOCAL_AMFLAGS = -I gnulib/config -I config
 
-SUBDIRS                        = po gnulib config m4 modules src tests 
examples doc .
+SUBDIRS                        = po gnulib m4 modules src tests examples doc .
 MAINTAINERCLEANFILES   = ABOUT-NLS COPYING INSTALL Makefile.in aclocal.m4 \
-                         config-h.in configure ltmain.sh stamp-h.in \
+                         config-h.in configure stamp-h.in \
                          po/cat-id-tbl.c po/m4.pot po/stamp-cat-id
 
 
Index: config/Makefile.am
===================================================================
RCS file: config/Makefile.am
diff -N config/Makefile.am
--- config/Makefile.am 9 Sep 2003 11:48:49 -0000 1.18
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,54 +0,0 @@
-## Makefile.am -- Process this file with automake to produce Makefile.in
-##
-## Copyright (C) 2001, 2002 Free Software Foundation
-##
-## 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
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; see the file COPYING.  If not, write to
-## the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-## Boston, MA 02111-1307, USA.
-##
-## Written by Akim Demaille <address@hidden>
-
-MAINTAINERCLEANFILES =                         \
-Makefile.in                                    \
-ltmain.sh                                      \
-texinfo.tex                                    \
-$(ACLOCAL_MACROS)                              \
-$(STANDARD_TOOLS)
-
-STANDARD_TOOLS =                               \
-compile                                                \
-config.guess                                   \
-config.rpath                                   \
-config.sub                                     \
-depcomp                                                \
-install-sh                                     \
-mdate-sh                                       \
-missing                                                \
-mkinstalldirs
-
-SPECIFIC_MACROS =                              \
-debug.m4                                       \
-error.m4                                       \
-gmp.m4                                         \
-m4-obstack.m4                                  \
-regex.m4                                       \
-stackovf.m4
-
-SPECIFIC_TOOLS =                               \
-mkstamp
-
-spy:
-       @echo $($(SPIED))
-
-EXTRA_DIST = $(SPECIFIC_MACROS) $(SPECIFIC_TOOLS)

reply via email to

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