libtool-commit
[Top][All Lists]
Advanced

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

[SCM] GNU Libtool branch, master, updated. v2.2.6-42-g90dff3e


From: Ralf Wildenhues
Subject: [SCM] GNU Libtool branch, master, updated. v2.2.6-42-g90dff3e
Date: Sun, 23 Nov 2008 14:19:22 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Libtool".

The branch, master has been updated
       via  90dff3e4da1fa51733dd8d5cec332786aa57faef (commit)
      from  1c6333b7bf4db3fa92830265c0596c8ea1d14cd7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 90dff3e4da1fa51733dd8d5cec332786aa57faef
Author: Ralf Wildenhues <address@hidden>
Date:   Sun Nov 23 15:17:34 2008 +0100

    Avoid newlines in some AT_CHECK commands.
    
    * tests/standalone.at (linking libltdl without autotools): Wrap
    lines with dnl, to avoid turning off tracing of AT_CHECK.
    * tests/subproject.at (linking libltdl without autotools):
    Likewise.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog           |    6 ++++++
 tests/standalone.at |    6 +++---
 tests/subproject.at |    6 +++---
 3 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 44efdcb..a88f9ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2008-11-23  Ralf Wildenhues  <address@hidden>
 
+       Avoid newlines in some AT_CHECK commands.
+       * tests/standalone.at (linking libltdl without autotools): Wrap
+       lines with dnl, to avoid turning off tracing of AT_CHECK.
+       * tests/subproject.at (linking libltdl without autotools):
+       Likewise.
+
        Replace uses of $SED $basename.
        * libltdl/config/ltmain.m4sh (func_mode_link): Replace instances
        of `$ECHO ... | $SED' with calls to func_basename.
diff --git a/tests/standalone.at b/tests/standalone.at
index f9ba5ed..39b77c4 100644
--- a/tests/standalone.at
+++ b/tests/standalone.at
@@ -80,9 +80,9 @@ AT_SETUP([linking libltdl without autotools])
 
 _LTDL_PROJECT_FILES([libltdl])
 LT_AT_CHECK_LIBTOOLIZE([--copy --ltdl], [], [ignore])
-LT_AT_MAKE([], [CC="$CC" LIBTOOLFLAGS="$LIBTOOLFLAGS" CPPFLAGS="$CPPFLAGS" \
-        CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-       CONFIGURE_OPTIONS="$configure_options"])
+LT_AT_MAKE([], [CC="$CC" LIBTOOLFLAGS="$LIBTOOLFLAGS" CPPFLAGS="$CPPFLAGS" ]dnl
+        [CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" ]dnl
+       [CONFIGURE_OPTIONS="$configure_options"])
 
 LT_AT_EXEC_CHECK([./ltdldemo], 0, [ignore])
 
diff --git a/tests/subproject.at b/tests/subproject.at
index 4b32f44..0e003a3 100644
--- a/tests/subproject.at
+++ b/tests/subproject.at
@@ -110,9 +110,9 @@ AT_SETUP([linking libltdl without autotools])
 
 _LTDL_PROJECT_FILES([sub/ltdl])
 LT_AT_LIBTOOLIZE([--copy --ltdl=sub/ltdl])
-LT_AT_MAKE([], [CC="$CC" LIBTOOLFLAGS="$LIBTOOLFLAGS" CPPFLAGS="$CPPFLAGS"  \
-     CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" SHELL="$SHELL" MAKE="${MAKE-make}" \
-     CONFIGURE_OPTIONS="$configure_options"])
+LT_AT_MAKE([], [CC="$CC" LIBTOOLFLAGS="$LIBTOOLFLAGS" CPPFLAGS="$CPPFLAGS" ]dnl
+     [CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" SHELL="$SHELL" MAKE="${MAKE-make}" 
]dnl
+     [CONFIGURE_OPTIONS="$configure_options"])
 
 LT_AT_EXEC_CHECK([./ltdldemo], 0, [ignore])
 


hooks/post-receive
--
GNU Libtool




reply via email to

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