From 2512e6ad678be1b9cbf568009b1d1ebbb09afa91 Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Fri, 7 Nov 2003 16:25:57 +0000 Subject: [PATCH] * tests/cdemo/configure.ac, tests/demo/configure.ac, tests/depdemo/configure.ac, tests/f77demo/configure.ac, tests/mdemo/configure.ac, tests/mdemo2/configure.ac, tests/pdemo/configure.ac, tests/tagdemo/configure.ac: s/AM_PROG_LIBTOOL/AC_PROG_LIBTOOL/. Marching boldly into the 21th century :-$ --- ChangeLog | 7 +++++++ config/config.guess | 4 ++-- config/config.sub | 2 -- libltdl/configure.ac | 2 +- tests/cdemo/configure.ac | 4 ++-- tests/demo/configure.ac | 4 ++-- tests/depdemo/configure.ac | 4 ++-- tests/f77demo/configure.ac | 4 ++-- tests/mdemo/configure.ac | 4 ++-- tests/mdemo2/configure.ac | 4 ++-- tests/pdemo/configure.ac | 4 ++-- tests/tagdemo/configure.ac | 4 ++-- 12 files changed, 26 insertions(+), 21 deletions(-) diff --git a/ChangeLog b/ChangeLog index d35fea52e..1a32c78a1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2003-11-07 Gary V. Vaughan + * tests/cdemo/configure.ac, tests/demo/configure.ac, + tests/depdemo/configure.ac, tests/f77demo/configure.ac, + tests/mdemo/configure.ac, tests/mdemo2/configure.ac, + tests/pdemo/configure.ac, tests/tagdemo/configure.ac: + s/AM_PROG_LIBTOOL/AC_PROG_LIBTOOL/. Marching boldly into the 21th + century :-$ + * m4/libtool.m4 (AC_LIBTOOL_TAGS, AC_ENABLE_SHARED, AC_DISABLE_SHARED, AC_ENABLE_STATIC, AC_DISABLE_STATIC, AC_ENABLE_FAST_INSTALL, AC_DISABLE_FAST_INSTALL, AM_PROG_LIBTOOL, diff --git a/config/config.guess b/config/config.guess index 500ee74b0..d56c46d84 100755 --- a/config/config.guess +++ b/config/config.guess @@ -3,7 +3,7 @@ # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # 2000, 2001, 2002, 2003 Free Software Foundation, Inc. -timestamp='2003-10-03' +timestamp='2003-08-18' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -1167,7 +1167,7 @@ EOF *:QNX:*:4*) echo i386-pc-qnx exit 0 ;; - NSR-[DGKLNPTVWY]:NONSTOP_KERNEL:*:*) + NSR-[DGKLNPTVW]:NONSTOP_KERNEL:*:*) echo nsr-tandem-nsk${UNAME_RELEASE} exit 0 ;; *:NonStop-UX:*:*) diff --git a/config/config.sub b/config/config.sub index 1f31816b9..689009918 100755 --- a/config/config.sub +++ b/config/config.sub @@ -248,7 +248,6 @@ case $basic_machine in | mipsisa32 | mipsisa32el \ | mipsisa32r2 | mipsisa32r2el \ | mipsisa64 | mipsisa64el \ - | mipsisa64r2 | mipsisa64r2el \ | mipsisa64sb1 | mipsisa64sb1el \ | mipsisa64sr71k | mipsisa64sr71kel \ | mipstx39 | mipstx39el \ @@ -321,7 +320,6 @@ case $basic_machine in | mipsisa32-* | mipsisa32el-* \ | mipsisa32r2-* | mipsisa32r2el-* \ | mipsisa64-* | mipsisa64el-* \ - | mipsisa64r2-* | mipsisa64r2el-* \ | mipsisa64sb1-* | mipsisa64sb1el-* \ | mipsisa64sr71k-* | mipsisa64sr71kel-* \ | mipstx39-* | mipstx39el-* \ diff --git a/libltdl/configure.ac b/libltdl/configure.ac index 9363e9294..b171874dd 100644 --- a/libltdl/configure.ac +++ b/libltdl/configure.ac @@ -1,5 +1,5 @@ ## Process this file with autoconf to create configure. -*- autoconf -*- -# Copyright 2001 Free Software Foundation, Inc. +# Copyright (C) 2001, 2003 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 diff --git a/tests/cdemo/configure.ac b/tests/cdemo/configure.ac index fafe3df55..98017a619 100644 --- a/tests/cdemo/configure.ac +++ b/tests/cdemo/configure.ac @@ -1,5 +1,5 @@ ## Process this file with autoconf to create configure. -*- autoconf -*- -# Copyright (C) 2001, 2003 Free Software Foundation, Inc. +# Copyright (C) 2001, 2003 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 @@ -41,7 +41,7 @@ AC_PROG_CC ## ----------------------- ## ## Libtool initialisation. ## ## ----------------------- ## -AM_PROG_LIBTOOL +AC_PROG_LIBTOOL AC_SUBST([LIBTOOL_DEPS]) diff --git a/tests/demo/configure.ac b/tests/demo/configure.ac index 68d008890..7982cd9e4 100644 --- a/tests/demo/configure.ac +++ b/tests/demo/configure.ac @@ -1,5 +1,5 @@ ## Process this file with autoconf to create configure. -*- autoconf -*- -# Copyright (C) 2001, 2003 Free Software Foundation, Inc. +# Copyright (C) 2001, 2003 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 @@ -46,7 +46,7 @@ AC_EXEEXT ## ----------------------- ## AC_LIBTOOL_DLOPEN AC_LIBTOOL_WIN32_DLL -AM_PROG_LIBTOOL +AC_PROG_LIBTOOL AC_SUBST([LIBTOOL_DEPS]) STATIC= diff --git a/tests/depdemo/configure.ac b/tests/depdemo/configure.ac index b1377e3f8..090ba3bc0 100644 --- a/tests/depdemo/configure.ac +++ b/tests/depdemo/configure.ac @@ -1,5 +1,5 @@ ## Process this file with autoconf to create configure. -*- autoconf -*- -# Copyright (C) 2001, 2003 Free Software Foundation, Inc. +# Copyright (C) 2001, 2003 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 @@ -43,7 +43,7 @@ AC_EXEEXT ## Libtool initialisation. ## ## ----------------------- ## AC_LIBTOOL_WIN32_DLL -AM_PROG_LIBTOOL +AC_PROG_LIBTOOL AC_SUBST([LIBTOOL_DEPS]) ## ------------------------------- ## diff --git a/tests/f77demo/configure.ac b/tests/f77demo/configure.ac index e5fdc8e09..e0f91b0ff 100644 --- a/tests/f77demo/configure.ac +++ b/tests/f77demo/configure.ac @@ -1,5 +1,5 @@ ## Process this file with autoconf to create configure. -*- autoconf -*- -# Copyright (C) 2001, 2003 Free Software Foundation, Inc. +# Copyright (C) 2001, 2003 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 @@ -61,7 +61,7 @@ AC_LANG_POP ## ----------------------- ## ## Libtool initialisation. ## ## ----------------------- ## -AM_PROG_LIBTOOL +AC_PROG_LIBTOOL AC_SUBST([LIBTOOL_DEPS]) ## -------- ## diff --git a/tests/mdemo/configure.ac b/tests/mdemo/configure.ac index 3b6891ef7..8aa882e68 100644 --- a/tests/mdemo/configure.ac +++ b/tests/mdemo/configure.ac @@ -1,5 +1,5 @@ ## Process this file with autoconf to create configure. -*- autoconf -*- -# Copyright (C) 2001, 2003 Free Software Foundation, Inc. +# Copyright (C) 2001, 2003 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 @@ -49,7 +49,7 @@ AC_SUBST([LIBLTDL]) AC_LIBTOOL_WIN32_DLL AC_LIBTOOL_DLOPEN -AM_PROG_LIBTOOL +AC_PROG_LIBTOOL AC_SUBST(LIBTOOL_DEPS) STATIC="\`${CONFIG_SHELL} ./libtool --features | ${SED} -n -e '/enable static/s/^.*\$\$/-static/p'\`" diff --git a/tests/mdemo2/configure.ac b/tests/mdemo2/configure.ac index c194dddc8..1125f3b04 100644 --- a/tests/mdemo2/configure.ac +++ b/tests/mdemo2/configure.ac @@ -1,5 +1,5 @@ ## Process this file with autoconf to create configure. -*- autoconf -*- -# Copyright (C) 2001, 2003 Free Software Foundation, Inc. +# Copyright (C) 2001, 2003 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 @@ -44,7 +44,7 @@ AC_C_CONST ## Libtool initialisation. ## ## ----------------------- ## AC_LIBTOOL_DLOPEN -AM_PROG_LIBTOOL +AC_PROG_LIBTOOL AC_SUBST(LIBTOOL_DEPS) STATIC="\`${CONFIG_SHELL} ./libtool --features | ${SED} -n -e '/enable static/s/^.*\$\$/-static/p'\`" diff --git a/tests/pdemo/configure.ac b/tests/pdemo/configure.ac index 099454363..966f1cf8a 100644 --- a/tests/pdemo/configure.ac +++ b/tests/pdemo/configure.ac @@ -1,5 +1,5 @@ ## Process this file with autoconf to create configure. -*- autoconf -*- -# Copyright (C) 2001, 2003 Free Software Foundation, Inc. +# Copyright (C) 2001, 2003 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 @@ -44,7 +44,7 @@ AC_C_CONST ## Libtool initialisation. ## ## ----------------------- ## AC_LIBTOOL_DLOPEN -AM_PROG_LIBTOOL +AC_PROG_LIBTOOL AC_SUBST([LIBTOOL_DEPS]) STATIC= diff --git a/tests/tagdemo/configure.ac b/tests/tagdemo/configure.ac index f19f5cc5d..52bd7e14d 100644 --- a/tests/tagdemo/configure.ac +++ b/tests/tagdemo/configure.ac @@ -1,5 +1,5 @@ ## Process this file with autoconf to create configure. -*- autoconf -*- -# Copyright 2001 Free Software Foundation, Inc. +# Copyright (C) 2001, 2003 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 @@ -64,7 +64,7 @@ AC_LANG_POP # Set the test language to C++. AC_LANG([C++]) -AM_PROG_LIBTOOL +AC_PROG_LIBTOOL ## ---------------------------- ## -- 2.47.2