libtool-patches
[Top][All Lists]
Advanced

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

generate package.m4 correctly on fresh checkout [libtool--gary--1.0--pat


From: Gary V. Vaughan
Subject: generate package.m4 correctly on fresh checkout [libtool--gary--1.0--patch-1]
Date: Fri, 11 Mar 2005 16:16:06 +0000 (GMT)
User-agent: mailnotify/0.6

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

Okay to commit?

        * bootstrap: Need to generate tests/package.m4 from Makefile.am
        before generating tests/testsuite from tests/Makefile.am, or
        else bootstrap of a fresh checkout fails.

- -- 
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)

iD8DBQFCMcRFFRMICSmD1gYRAvvhAJ4k2WA3HM7TGTE4MUtR16kAZHPNAACgjqSz
ASDAbD6PUcJex9SBKIskGwc=
=VZjG
-----END PGP SIGNATURE-----
* looking for address@hidden/libtool--gary--1.0--base-0 to compare with
* comparing to address@hidden/libtool--gary--1.0--base-0
M  bootstrap
M  ChangeLog

* modified files

Index: Changelog
from  Gary V. Vaughan  <address@hidden>

        * bootstrap: Need to generate tests/package.m4 from Makefile.am
        before generating tests/testsuite from tests/Makefile.am, or
        else bootstrap of a fresh checkout fails.

--- orig/bootstrap
+++ mod/bootstrap
@@ -1,7 +1,7 @@
 #! /bin/sh
 # bootstrap -- Helps bootstrapping libtool, when checked out from CVS.
 #
-# Copyright (C) 2003, 2004 Free Software Foundation
+# Copyright (C) 2003, 2004, 2005 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
@@ -70,12 +70,15 @@
 rm -f ./config/ltmain.sh ./m4/ltversion.m4
 
 make ./config/ltmain.sh ./m4/ltversion.m4 ./libtoolize.in ./tests/defs.in \
-    top_srcdir=. PACKAGE="$2" VERSION="$3" M4SH="autom4te --language=m4sh"
+    srcdir=. top_srcdir=. PACKAGE="$2" VERSION="$3" \
+    M4SH="autom4te --language=m4sh"
 
 {
+  make update-package-m4 srcdir=. top_srcdir=. \
+    PACKAGE="$2" VERSION="$3" PACKAGE_BUGREPORT="address@hidden"
   cd tests
   make ./testsuite AUTOTEST="autom4te --language=autotest" \
-    top_srcdir=.. PACKAGE="$2" VERSION="$3" PACKAGE_BUGREPORT="address@hidden"
+    srcdir=. top_srcdir=.. top_builddir=..  PACKAGE="$2" VERSION="$3"
   cd ..
 }
 




reply via email to

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