m4-patches
[Top][All Lists]
Advanced

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

FYI: 62-gary-clean-gnulib-m4-makefile-am.patch


From: Gary V. Vaughan
Subject: FYI: 62-gary-clean-gnulib-m4-makefile-am.patch
Date: Fri, 12 Sep 2003 14:53:53 +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: ChangeLog
from  Gary V. Vaughan  <address@hidden>
        * gnulib/m4/Makefile.am (EXTRA_DIST): Removed malloc.c and
        realloc.c: automake distributes these files already.

2003-09-12  Gary V. Vaughan  <address@hidden>

Index: configure.ac
===================================================================
RCS file: /cvsroot/m4/m4/configure.ac,v
retrieving revision 1.20
diff -u -p -u -r1.20 configure.ac
--- configure.ac 11 Sep 2003 23:53:41 -0000 1.20
+++ configure.ac 12 Sep 2003 12:21:56 -0000
@@ -184,6 +184,7 @@ AC_FUNC_VPRINTF
 
 AM_WITH_DMALLOC
 
+gl_REGEX
 gl_XALLOC
 gl_XSTRNDUP
 m4_ERROR
Index: gnulib/m4/Makefile.am
===================================================================
RCS file: /cvsroot/m4/m4/gnulib/m4/Makefile.am,v
retrieving revision 1.6
diff -u -p -u -r1.6 Makefile.am
--- gnulib/m4/Makefile.am 11 Sep 2003 23:53:41 -0000 1.6
+++ gnulib/m4/Makefile.am 12 Sep 2003 12:21:56 -0000
@@ -63,10 +63,6 @@ gettext.h: gettext_.h
 MOSTLYCLEANFILES += gettext.h
 
 
-## malloc: (not yet in gnulib)
-EXTRA_DIST += malloc.c
-
-
 ## obstack: (not yet in gnulib)
 BUILT_SOURCES += $(OBSTACK_H)
 EXTRA_DIST += obstack_.h
@@ -80,10 +76,6 @@ MOSTLYCLEANFILES += obstack.h
 
 ## progname:
 libgnu_la_SOURCES += progname.c progname.h
-
-
-## realloc: (not yet in gnulib)
-EXTRA_DIST += realloc.c
 
 
 ## stdbool:

reply via email to

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