amputate unused AC_INSTALL_PREFIX

This commit is contained in:
Aliaksey Kandratsenka 2024-03-21 16:59:51 -04:00
parent fc496c87c4
commit b65b9e3e61
4 changed files with 0 additions and 17 deletions

View File

@ -152,9 +152,6 @@
/* Define to 1 if you have the `__sbrk' function. */
#cmakedefine01 HAVE___SBRK
/* prefix where we look for installed files */
#cmakedefine INSTALL_PREFIX
/* Define to the sub-directory where libtool stores uninstalled libraries. */
#cmakedefine LT_OBJDIR

View File

@ -449,9 +449,6 @@ AX_PTHREAD
# Figure out where libc has program_invocation_name
AC_PROGRAM_INVOCATION_NAME
# Make the install prefix available, to figure out where to look for pprof
AC_INSTALL_PREFIX
dnl only very recent mingw has sleep and nanosleep
case "$host" in
*-mingw*)

View File

@ -1,8 +0,0 @@
AC_DEFUN([AC_INSTALL_PREFIX],
[ac_cv_install_prefix="$prefix";
if test x"$ac_cv_install_prefix" = x"NONE" ; then
ac_cv_install_prefix="$ac_default_prefix";
fi
AC_DEFINE_UNQUOTED(INSTALL_PREFIX, "$ac_cv_install_prefix",
[prefix where we look for installed files])
])

View File

@ -164,9 +164,6 @@
/* Define to 1 if you have the `__sbrk' function. */
/* #undef HAVE___SBRK */
/* prefix where we look for installed files */
/* #undef INSTALL_PREFIX */
/* Define to the sub-directory where libtool stores uninstalled libraries. */
/* #undef LT_OBJDIR */