libtool.m4 (libksba-1.4.0.tar.bz2) | : | libtool.m4 (libksba-1.5.0.tar.bz2) | ||
---|---|---|---|---|
skipping to change at line 37 | skipping to change at line 37 | |||
# is built using GNU Libtool, you may include this file under the | # is built using GNU Libtool, you may include this file under the | |||
# same distribution terms that you use for the rest of that program. | # same distribution terms that you use for the rest of that program. | |||
# | # | |||
# GNU Libtool is distributed in the hope that it will be useful, | # GNU Libtool is distributed in the hope that it will be useful, | |||
# but WITHOUT ANY WARRANTY; without even the implied warranty of | # but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
# GNU General Public License for more details. | # GNU General Public License for more details. | |||
# | # | |||
# You should have received a copy of the GNU General Public License | # You should have received a copy of the GNU General Public License | |||
# along with GNU Libtool; see the file COPYING. If not, a copy | # along with GNU Libtool; see the file COPYING. If not, a copy | |||
# can be downloaded from http://www.gnu.org/licenses/gpl.html, or | # can be downloaded from https://www.gnu.org/licenses/gpl.html, or | |||
# obtained by writing to the Free Software Foundation, Inc., | # obtained by writing to the Free Software Foundation, Inc., | |||
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | |||
]) | ]) | |||
# serial 57 LT_INIT | # serial 57 LT_INIT | |||
# LT_PREREQ(VERSION) | # LT_PREREQ(VERSION) | |||
# ------------------ | # ------------------ | |||
# Complain and exit if this libtool version is less that VERSION. | # Complain and exit if this libtool version is less that VERSION. | |||
m4_defun([LT_PREREQ], | m4_defun([LT_PREREQ], | |||
skipping to change at line 7398 | skipping to change at line 7398 | |||
AC_LANG_POP | AC_LANG_POP | |||
])# _LT_LANG_FC_CONFIG | ])# _LT_LANG_FC_CONFIG | |||
# _LT_LANG_GCJ_CONFIG([TAG]) | # _LT_LANG_GCJ_CONFIG([TAG]) | |||
# -------------------------- | # -------------------------- | |||
# Ensure that the configuration variables for the GNU Java Compiler compiler | # Ensure that the configuration variables for the GNU Java Compiler compiler | |||
# are suitably defined. These variables are subsequently used by _LT_CONFIG | # are suitably defined. These variables are subsequently used by _LT_CONFIG | |||
# to write the compiler configuration to `libtool'. | # to write the compiler configuration to `libtool'. | |||
m4_defun([_LT_LANG_GCJ_CONFIG], | m4_defun([_LT_LANG_GCJ_CONFIG], | |||
[AC_REQUIRE([LT_PROG_GCJ])dnl | [AC_REQUIRE([LT_PROG_GCJ])dnl | |||
AC_LANG_SAVE | AC_LANG_PUSH([Java]) | |||
# Source file extension for Java test sources. | # Source file extension for Java test sources. | |||
ac_ext=java | ac_ext=java | |||
# Object file extension for compiled Java test sources. | # Object file extension for compiled Java test sources. | |||
objext=o | objext=o | |||
_LT_TAGVAR(objext, $1)=$objext | _LT_TAGVAR(objext, $1)=$objext | |||
# Code to be used in simple compile tests | # Code to be used in simple compile tests | |||
lt_simple_compile_test_code="class foo {}" | lt_simple_compile_test_code="class foo {}" | |||
skipping to change at line 7454 | skipping to change at line 7454 | |||
_LT_COMPILER_NO_RTTI($1) | _LT_COMPILER_NO_RTTI($1) | |||
_LT_COMPILER_PIC($1) | _LT_COMPILER_PIC($1) | |||
_LT_COMPILER_C_O($1) | _LT_COMPILER_C_O($1) | |||
_LT_COMPILER_FILE_LOCKS($1) | _LT_COMPILER_FILE_LOCKS($1) | |||
_LT_LINKER_SHLIBS($1) | _LT_LINKER_SHLIBS($1) | |||
_LT_LINKER_HARDCODE_LIBPATH($1) | _LT_LINKER_HARDCODE_LIBPATH($1) | |||
_LT_CONFIG($1) | _LT_CONFIG($1) | |||
fi | fi | |||
AC_LANG_RESTORE | AC_LANG_POP | |||
GCC=$lt_save_GCC | GCC=$lt_save_GCC | |||
CC=$lt_save_CC | CC=$lt_save_CC | |||
CFLAGS=$lt_save_CFLAGS | CFLAGS=$lt_save_CFLAGS | |||
])# _LT_LANG_GCJ_CONFIG | ])# _LT_LANG_GCJ_CONFIG | |||
# _LT_LANG_GO_CONFIG([TAG]) | # _LT_LANG_GO_CONFIG([TAG]) | |||
# -------------------------- | # -------------------------- | |||
# Ensure that the configuration variables for the GNU Go compiler | # Ensure that the configuration variables for the GNU Go compiler | |||
# are suitably defined. These variables are subsequently used by _LT_CONFIG | # are suitably defined. These variables are subsequently used by _LT_CONFIG | |||
# to write the compiler configuration to `libtool'. | # to write the compiler configuration to `libtool'. | |||
m4_defun([_LT_LANG_GO_CONFIG], | m4_defun([_LT_LANG_GO_CONFIG], | |||
[AC_REQUIRE([LT_PROG_GO])dnl | [AC_REQUIRE([LT_PROG_GO])dnl | |||
AC_LANG_SAVE | AC_LANG_PUSH([Go]) | |||
# Source file extension for Go test sources. | # Source file extension for Go test sources. | |||
ac_ext=go | ac_ext=go | |||
# Object file extension for compiled Go test sources. | # Object file extension for compiled Go test sources. | |||
objext=o | objext=o | |||
_LT_TAGVAR(objext, $1)=$objext | _LT_TAGVAR(objext, $1)=$objext | |||
# Code to be used in simple compile tests | # Code to be used in simple compile tests | |||
lt_simple_compile_test_code="package main; func main() { }" | lt_simple_compile_test_code="package main; func main() { }" | |||
skipping to change at line 7524 | skipping to change at line 7524 | |||
_LT_COMPILER_NO_RTTI($1) | _LT_COMPILER_NO_RTTI($1) | |||
_LT_COMPILER_PIC($1) | _LT_COMPILER_PIC($1) | |||
_LT_COMPILER_C_O($1) | _LT_COMPILER_C_O($1) | |||
_LT_COMPILER_FILE_LOCKS($1) | _LT_COMPILER_FILE_LOCKS($1) | |||
_LT_LINKER_SHLIBS($1) | _LT_LINKER_SHLIBS($1) | |||
_LT_LINKER_HARDCODE_LIBPATH($1) | _LT_LINKER_HARDCODE_LIBPATH($1) | |||
_LT_CONFIG($1) | _LT_CONFIG($1) | |||
fi | fi | |||
AC_LANG_RESTORE | AC_LANG_POP | |||
GCC=$lt_save_GCC | GCC=$lt_save_GCC | |||
CC=$lt_save_CC | CC=$lt_save_CC | |||
CFLAGS=$lt_save_CFLAGS | CFLAGS=$lt_save_CFLAGS | |||
])# _LT_LANG_GO_CONFIG | ])# _LT_LANG_GO_CONFIG | |||
# _LT_LANG_RC_CONFIG([TAG]) | # _LT_LANG_RC_CONFIG([TAG]) | |||
# ------------------------- | # ------------------------- | |||
# Ensure that the configuration variables for the Windows resource compiler | # Ensure that the configuration variables for the Windows resource compiler | |||
# are suitably defined. These variables are subsequently used by _LT_CONFIG | # are suitably defined. These variables are subsequently used by _LT_CONFIG | |||
# to write the compiler configuration to `libtool'. | # to write the compiler configuration to `libtool'. | |||
m4_defun([_LT_LANG_RC_CONFIG], | m4_defun([_LT_LANG_RC_CONFIG], | |||
[AC_REQUIRE([LT_PROG_RC])dnl | [AC_REQUIRE([LT_PROG_RC])dnl | |||
AC_LANG_SAVE | ||||
dnl Here, something like AC_LANG_PUSH([RC]) is expected. | ||||
dnl But Resource Compiler is not supported as a language by autoconf | ||||
# Source file extension for RC test sources. | # Source file extension for RC test sources. | |||
ac_ext=rc | ac_ext=rc | |||
# Object file extension for compiled RC test sources. | # Object file extension for compiled RC test sources. | |||
objext=o | objext=o | |||
_LT_TAGVAR(objext, $1)=$objext | _LT_TAGVAR(objext, $1)=$objext | |||
# Code to be used in simple compile tests | # Code to be used in simple compile tests | |||
lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }' | lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }' | |||
skipping to change at line 7577 | skipping to change at line 7579 | |||
compiler=$CC | compiler=$CC | |||
_LT_TAGVAR(compiler, $1)=$CC | _LT_TAGVAR(compiler, $1)=$CC | |||
_LT_CC_BASENAME([$compiler]) | _LT_CC_BASENAME([$compiler]) | |||
_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes | _LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes | |||
if test -n "$compiler"; then | if test -n "$compiler"; then | |||
: | : | |||
_LT_CONFIG($1) | _LT_CONFIG($1) | |||
fi | fi | |||
dnl Here, AC_LANG_POP is expected. | ||||
GCC=$lt_save_GCC | GCC=$lt_save_GCC | |||
AC_LANG_RESTORE | dnl Back to C | |||
AC_LANG([C]) | ||||
CC=$lt_save_CC | CC=$lt_save_CC | |||
CFLAGS=$lt_save_CFLAGS | CFLAGS=$lt_save_CFLAGS | |||
])# _LT_LANG_RC_CONFIG | ])# _LT_LANG_RC_CONFIG | |||
# LT_PROG_GCJ | # LT_PROG_GCJ | |||
# ----------- | # ----------- | |||
AC_DEFUN([LT_PROG_GCJ], | AC_DEFUN([LT_PROG_GCJ], | |||
[m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ], | [m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ], | |||
[m4_ifdef([A][M_PROG_GCJ], [A][M_PROG_GCJ], | [m4_ifdef([A][M_PROG_GCJ], [A][M_PROG_GCJ], | |||
[AC_CHECK_TOOL(GCJ, gcj,) | [AC_CHECK_TOOL(GCJ, gcj,) | |||
End of changes. 8 change blocks. | ||||
7 lines changed or deleted | 11 lines changed or added |