m4-patches
[Top][All Lists]
Advanced

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

FYI: don't hardcode paths to bindir and infodir [m4--release--1.4--patch


From: Gary V. Vaughan
Subject: FYI: don't hardcode paths to bindir and infodir [m4--release--1.4--patch-6]
Date: Thu, 31 Mar 2005 16:47:52 +0100 (BST)
User-agent: mailnotify/0.6

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Applied to branch-1_4.

  * looking for address@hidden/m4--release--1.4--patch-5 to compare with
  * comparing to address@hidden/m4--release--1.4--patch-5
  M  src/Makefile.in
  M  ChangeLog
  M  Makefile.in
  M  NEWS
  M  doc/Makefile.in
  
  * modified files
  
  Index: Changelog
  from  Mike Frysinger  <address@hidden>
  
        * Makefile.in (bindir, infodir): Substitute from configure rather
        than hardcode.
        * doc/Makefile.in (infodir): Ditto.
        * src/Makefile.in (bindir): Ditto.
        * NEWS: Updated.
  
  --- orig/Makefile.in
  +++ mod/Makefile.in
  @@ -40,8 +40,8 @@
   
   prefix = @prefix@
   exec_prefix = @exec_prefix@
  -bindir = $(exec_prefix)/bin
  -infodir = $(prefix)/info
  +bindir = @bindir@
  +infodir = @infodir@
   
   MDEFINES = CC='$(CC)' CFLAGS='$(CFLAGS)' LDFLAGS='$(LDFLAGS)' LIBS='$(LIBS)' 
\
   prefix='$(prefix)' exec_prefix='$(exec_prefix)' \
  
  
  --- orig/NEWS
  +++ mod/NEWS
  @@ -1,6 +1,10 @@
   GNU m4 NEWS - User visible changes.
   Copyright (C) 1992, 1993, 1994, 2004, 2005 Free Software Foundation, Inc.
   
  +Version 1.4.4 - ??? 2005, by ???
  +
  +* ./configure --infodir=/usr/share/info now works correctly.
  +
   Version 1.4.3 - March 2005, by Gary V. Vaughan
   
   * DESTDIR installs now work correctly.
  
  
  --- orig/doc/Makefile.in
  +++ mod/doc/Makefile.in
  @@ -28,7 +28,7 @@
   TEXI2DVI = texi2dvi
   
   prefix = @prefix@
  -infodir = $(prefix)/info
  +infodir = @infodir@
   
   .SUFFIXES:
   
  
  
  --- orig/src/Makefile.in
  +++ mod/src/Makefile.in
  @@ -35,7 +35,7 @@
   prefix = @prefix@
   exec_prefix = @exec_prefix@
   transform = @program_transform_name@
  -bindir = $(exec_prefix)/bin
  +bindir = @bindir@
   
   COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
   LINK = $(CC) $(LDFLAGS) -o $@
  
  
  
- -- 
Gary V. Vaughan      ())_.  address@hidden,gnu.org}
Research Scientist   ( '/   http://tkd.kicks-ass.net
GNU Hacker           / )=   http://www.gnu.org/software/libtool
Technical Author   `(_~)_   http://sources.redhat.com/autobook
_________________________________________________________
This patch notification generated by tlaapply version 0.9
http://tkd.kicks-ass.net/arch/address@hidden/cvs-utils--tla--1.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (Darwin)

iD8DBQFCTBunFRMICSmD1gYRAqanAJ9XC8Y8RxUrVUe/ZyzbVuUOyvXH7gCfRcO1
VTPyR7XTX0oXrcRiLE/VzUw=
=UIr0
-----END PGP SIGNATURE-----




reply via email to

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