mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-03-31 16:10:35 +08:00
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 <Ralf.Wildenhues@gmx.de>
This commit is contained in:
parent
1c6333b7bf
commit
90dff3e4da
@ -1,5 +1,11 @@
|
||||
2008-11-23 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
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.
|
||||
|
@ -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])
|
||||
|
||||
|
@ -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])
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user