ATF-log archive

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

#68: autoconf issues with latest version of autotools on FreeBSD vs ATF HEAD



#68: autoconf issues with latest version of autotools on FreeBSD vs ATF HEAD
--------------------------------------------------+-------------------------
 Reporter:  Garrett Cooper <gcooper@...>          |       Owner:  jmmv
     Type:  defect                                |      Status:  new 
 Priority:  minor                                 |   Milestone:      
Component:  BUILD                                 |     Version:  HEAD
 Keywords:                                        |  
--------------------------------------------------+-------------------------
 autoreconf -i -s (noted in the directions for rebuilding the project) was
 complaining when expanding so macros on ATF HEAD (in particular dealing
 with the lines I changed in configure.ac with PACKAGE_COPYRIGHT and
 HAS_OPTRESET) until I made the following code changes to expand the macros
 and split up the lines for evaluating some of the m4 code.

 I also noticed that the older version of the AC_TRY_RUN macro was still in
 use elsewhere so I changed everything to be AC_RUN_ELSEIF, as noted in the
 autoconf manual and is being adapted in various autoconf based projects.

 The Autotools versions are:

 $ autoconf --version
 autoconf (GNU Autoconf) 2.67
 Copyright (C) 2010 Free Software Foundation, Inc.
 License GPLv3+/Autoconf: GNU GPL version 3 or later
 <http://gnu.org/licenses/gpl.html>,
 <http://gnu.org/licenses/exceptions.html>
 This is free software: you are free to change and redistribute it.
 There is NO WARRANTY, to the extent permitted by law.

 Written by David J. MacKenzie and Akim Demaille.
 $ automake --version
 automake (GNU automake) 1.10.3
 Copyright (C) 2009 Free Software Foundation, Inc.
 License GPLv2+: GNU GPL version 2 or later
 <http://gnu.org/licenses/gpl.html>
 This is free software: you are free to change and redistribute it.
 There is NO WARRANTY, to the extent permitted by law.

 Written by Tom Tromey <tromey%redhat.com@localhost>
        and Alexandre Duret-Lutz <adl%gnu.org@localhost>.
 [gcooper@bayonetta /scratch/atf/src]$ ls /var/db/pkg/m4-1.4.15,1/
 +COMMENT        +CONTENTS       +DESC           +MTREE_DIRS
 +REQUIRED_BY
 $ libtool --version
 libtool (GNU libtool) 2.2.10
 Written by Gordon Matzigkeit <gord%gnu.ai.mit.edu@localhost>, 1996

 Copyright (C) 2010 Free Software Foundation, Inc.
 This is free software; see the source for copying conditions.  There is NO
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
 PURPOSE.

-- 
Ticket URL: <http://www.julipedia.org/projects/atf/trac/ticket/68>
Automated Testing Framework <http://www.NetBSD.org/~jmmv/atf/>
Automated Testing Framework


Home | Main Index | Thread Index | Old Index