m4-patches
[Top][All Lists]
Advanced

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

FYI: 44-gary-fix-gmp-test-with-atlocal.patch


From: Gary V. Vaughan
Subject: FYI: 44-gary-fix-gmp-test-with-atlocal.patch
Date: Wed, 27 Aug 2003 17:45:52 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5b) Gecko/20030804

Applied to HEAD.
--
  ())_.  Gary V. Vaughan    gary@(oranda.demon.co.uk|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>

        * configure.ac (AC_CONFIG_FILES): Add tests/atlocal.
        * tests/Makefile.am (TESTS_ENVIRONMENT): Revert the 2003-08-14
        delta.

Index: configure.ac
===================================================================
RCS file: /cvsroot/m4/m4/configure.ac,v
retrieving revision 1.10
diff -u -p -u -r1.10 configure.ac
--- configure.ac 15 Aug 2003 15:53:03 -0000 1.10
+++ configure.ac 27 Aug 2003 14:06:09 -0000
@@ -220,5 +220,5 @@ AM_CONDITIONAL([USE_GMP], [test "x$USE_G
 ## -------- ##
 AC_CONFIG_FILES(Makefile config/Makefile doc/Makefile m4/Makefile
                 m4/system.h:m4/system-h.in src/Makefile modules/Makefile
-               tests/Makefile examples/Makefile)
+               tests/Makefile tests/atlocal examples/Makefile)
 AC_OUTPUT
Index: tests/Makefile.am
===================================================================
RCS file: /cvsroot/m4/m4/tests/Makefile.am,v
retrieving revision 1.35
diff -u -p -u -r1.35 Makefile.am
--- tests/Makefile.am 14 Aug 2003 13:18:12 -0000 1.35
+++ tests/Makefile.am 27 Aug 2003 14:06:09 -0000
@@ -1,5 +1,5 @@
 ## This file is part of GNU m4
-## Copyright 2000, 2001, 2003 Free Software Foundation, Inc.
+## Copyright 2000, 2001 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
@@ -28,8 +28,6 @@ MAINTAINERCLEANFILES = Makefile.in gener
 OTHER_FILES = \
        iso8859.m4 stackovf.test
 
-TESTS_ENVIRONMENT = USE_GMP="$(USE_GMP)"
-
 ## ------------ ##
 ## package.m4.  ##
 ## ------------ ##
@@ -56,10 +54,10 @@ TESTSUITE_AT = \
 TESTSUITE = testsuite
 
 check-local: atconfig $(TESTSUITE)
-       $(TESTS_ENVIRONMENT) $(SHELL) $(srcdir)/$(TESTSUITE)
+       $(SHELL) $(srcdir)/$(TESTSUITE)
 
 clean-local:
-       $(TESTS_ENVIRONMENT) $(SHELL) $(srcdir)/$(TESTSUITE) --clean
+       $(srcdir)/testsuite --clean
 
 # Using variables so that this snippet is not too wide and can
 # be used as is in Texinfo @example/@end example.

reply via email to

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