File: install_prefix.m4

package info (click to toggle)
google-perftools 2.5-2.2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,256 kB
  • ctags: 5,813
  • sloc: cpp: 26,763; ansic: 9,384; perl: 4,122; makefile: 1,103; sh: 568; asm: 128
file content (8 lines) | stat: -rw-r--r-- 290 bytes parent folder | download | duplicates (18)
1
2
3
4
5
6
7
8
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])
   ])