bug-gnulib
[Top][All Lists]
Advanced

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

getndelim2.m4 and LIBOBJS


From: Bruno Haible
Subject: getndelim2.m4 and LIBOBJS
Date: Tue, 17 Oct 2006 14:44:48 +0200
User-agent: KMail/1.9.1

Hi,

This undoes a change from 2003-10-23 that is not needed any more since
2005-08-02, since Simon rewrote the getline module to not depend on
getndelim2 any more. The change is actually wrong now that gnulib-tool's
redefinition of AC_LIBOBJ is unrelated to LIBOBJS.

2006-10-16  Bruno Haible  <address@hidden>

        * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.

*** gnulib-20061012/m4/getndelim2.m4    2005-01-23 09:06:57.000000000 +0100
--- gnulib-20061012-modified/m4/getndelim2.m4   2006-10-17 02:34:20.000000000 
+0200
***************
*** 1,18 ****
! # getndelim2.m4 serial 4
! dnl Copyright (C) 2003 Free Software Foundation, Inc.
  dnl This file is free software; the Free Software Foundation
  dnl gives unlimited permission to copy and/or distribute it,
  dnl with or without modifications, as long as this notice is preserved.
  
  AC_DEFUN([gl_GETNDELIM2],
  [
!   # Avoid multiple inclusions of getndelim2.o into LIBOBJS.
!   # This hack won't be needed after gnulib requires Autoconf 2.58 or later.
!   case " $LIB@&address@hidden " in
!   *" getndelim2.$ac_objext "* ) ;;
!   *) AC_LIBOBJ(getndelim2);;
!   esac
! 
    gl_PREREQ_GETNDELIM2
  ])
  
--- 1,12 ----
! # getndelim2.m4 serial 5
! dnl Copyright (C) 2003, 2006 Free Software Foundation, Inc.
  dnl This file is free software; the Free Software Foundation
  dnl gives unlimited permission to copy and/or distribute it,
  dnl with or without modifications, as long as this notice is preserved.
  
  AC_DEFUN([gl_GETNDELIM2],
  [
!   AC_LIBOBJ(getndelim2)
    gl_PREREQ_GETNDELIM2
  ])
  




reply via email to

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