amputate unused AC_INSTALL_PREFIX
This commit is contained in:
parent
fc496c87c4
commit
b65b9e3e61
|
@ -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
|
||||
|
||||
|
|
|
@ -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*)
|
||||
|
|
|
@ -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])
|
||||
])
|
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Reference in New Issue