m4-patches
[Top][All Lists]
Advanced

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

FYI: 22-gary-replace-missing-$m4_getopt_h.patch


From: Gary V. Vaughan
Subject: FYI: 22-gary-replace-missing-$m4_getopt_h.patch
Date: Thu, 4 Oct 2001 23:21:48 +0100
User-agent: Mutt/1.3.16i

Index: ChangeLog
from  Gary Vaughan  <address@hidden>

        * configure.ac: `rm -f $m4_getopt_h' was lost.

Index: configure.ac
===================================================================
RCS file: /cvsroot/m4/m4/configure.ac,v
retrieving revision 1.3
diff -u -r1.3 configure.ac
--- configure.ac 2001/10/04 21:14:37 1.3
+++ configure.ac 2001/10/04 22:13:52
@@ -192,7 +192,7 @@
 M4OBJS=
 m4_pattern_allow([^m4_getopt_h$])
 m4_getopt_h=src/getopt.h
-rm -f
+rm -f $m4_getopt_h
 AC_CHECK_FUNC([getopt_long], [],
     [M4OBJS="getopt1.$ac_objext getopt.$ac_objext"
     AC_CONFIG_LINKS([$m4_getopt_h:src/gnu-getopt.h])])

-- 
  ())_. 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__/



reply via email to

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