diff m4/acinclude.m4 @ 19355:22289e6e316e

build: Remove unused TEXINFO_LIBNAME definitions from Makefiles. * build-aux/common.mk: Remove substitution of makefile TEXINFO_LIBNAME variables with autoconf variables of the same name. * configure.ac: Remove TEXINFO_QHULL, TEXINFO_HDF5, TEXINFO_GLPK definitions. * m4/acinclude.m4: Remove declaration of TEXINFO_LIBNAME in OCTAVE_CHECK_LIB macro.
author Rik <rik@octave.org>
date Tue, 25 Nov 2014 08:36:46 -0800
parents 5bc7d059344d
children db92e7e28e1f
line wrap: on
line diff
--- a/m4/acinclude.m4	Tue Nov 25 16:15:01 2014 +0100
+++ b/m4/acinclude.m4	Tue Nov 25 08:36:46 2014 -0800
@@ -598,7 +598,6 @@
     ;;
   esac
 
-  [TEXINFO_]m4_toupper([$1])=
   warn_$1="$3"
   m4_set_add([summary_warning_list], [warn_$1])
 
@@ -623,8 +622,7 @@
         m4_ifblank([$8], [
           warn_$1=
           AC_DEFINE([HAVE_]m4_toupper([$1]), 1,
-            [Define to 1 if $2 is available.])
-          [TEXINFO_]m4_toupper([$1])="@set [HAVE_]m4_toupper([$1])"], [$8])
+            [Define to 1 if $2 is available.])], [$8])
       fi
     fi
     m4_ifnblank([$6], [AC_LANG_POP($6)])
@@ -634,7 +632,6 @@
   fi
 
   AC_SUBST(m4_toupper([$1])_LIBS)
-  AC_SUBST([TEXINFO_]m4_toupper([$1]))
   if test -n "$warn_$1"; then
     AC_MSG_WARN([$warn_$1])
     m4_toupper([$1])_LIBS=