mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-24 14:24:59 +08:00
* tests/destdir.at: Add `libtool' keyword to tests.
This commit is contained in:
parent
afd4429046
commit
dd744836ce
@ -1,3 +1,7 @@
|
||||
2007-02-06 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
* tests/destdir.at: Add `libtool' keyword to tests.
|
||||
|
||||
2007-02-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
* libltdl/m4/libtool.m4 (_LT_COMPILER_BOILERPLATE)
|
||||
|
@ -1,5 +1,5 @@
|
||||
# Hand crafted tests for GNU Libtool. -*- Autotest -*-
|
||||
# Copyright 2006 Free Software Foundation, Inc.
|
||||
# Copyright 2006, 2007 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
|
||||
@ -40,6 +40,7 @@ eval `$LIBTOOL --config | $EGREP '^(FGREP|OBJDUMP)='`
|
||||
|
||||
|
||||
AT_SETUP([Simple DESTDIR install])
|
||||
AT_KEYWORDS([libtool])
|
||||
|
||||
# A program that depends upon a library, both in the same package.
|
||||
_LT_DIRSETUP
|
||||
@ -66,6 +67,7 @@ AT_CLEANUP
|
||||
|
||||
|
||||
AT_SETUP([DESTDIR with in-package deplibs])
|
||||
AT_KEYWORDS([libtool])
|
||||
|
||||
# A program that depends upon a library that depends upon another
|
||||
# library, all in the same package. Use two deplibs, one in $libdir
|
||||
|
Loading…
Reference in New Issue
Block a user