/[make]/make/configure.in
ViewVC logotype

Diff of /make/configure.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.132 by psmith, Sat Feb 26 01:41:48 2005 UTC revision 1.133 by psmith, Mon Feb 28 07:48:22 2005 UTC
# Line 1  Line 1 
1  # Process this file with autoconf to produce a configure script.  # Process this file with autoconf to produce a configure script.
2    
3  AC_INIT([GNU make],[3.81beta2],[bug-make@gnu.org])  AC_INIT([GNU make],[3.81rc1],[bug-make@gnu.org])
4    
5  AC_PREREQ(2.59)  AC_PREREQ(2.59)
6  AC_REVISION([[$Id$]])  AC_REVISION([[$Id$]])
# Line 136  fi Line 136  fi
136  AC_CHECK_FUNCS( memcpy memmove strchr strdup mkstemp mktemp fdopen \  AC_CHECK_FUNCS( memcpy memmove strchr strdup mkstemp mktemp fdopen \
137                  bsd_signal dup2 getcwd realpath sigsetmask sigaction \                  bsd_signal dup2 getcwd realpath sigsetmask sigaction \
138                  getgroups seteuid setegid setlinebuf setreuid setregid \                  getgroups seteuid setegid setlinebuf setreuid setregid \
139                  getrlimit setrlimit setvbuf pipe strerror strsignal)                  getrlimit setrlimit setvbuf pipe strerror strsignal \
140                    lstat readlink)
141    
142  AC_FUNC_SETVBUF_REVERSED  AC_FUNC_SETVBUF_REVERSED
143    
# Line 280  case "$ac_cv_func_pipe/$ac_cv_func_sigac Line 281  case "$ac_cv_func_pipe/$ac_cv_func_sigac
281                [Define this to enable job server support in GNU make.]);;                [Define this to enable job server support in GNU make.]);;
282  esac  esac
283    
284    # if we have both lstat() and readlink() then we can support symlink
285    # timechecks.
286    case "$ac_cv_func_lstat/$ac_cv_func_readlink" in
287      yes/yes)
288        AC_DEFINE(MAKE_SYMLINKS, 1,
289                  [Define this to enable symbolic link timestamp checking.]);;
290    esac
291    
292  # Find the SCCS commands, so we can include them in our default rules.  # Find the SCCS commands, so we can include them in our default rules.
293    
294  AC_CACHE_CHECK(for location of SCCS get command, make_cv_path_sccs_get, [  AC_CACHE_CHECK(for location of SCCS get command, make_cv_path_sccs_get, [

Legend:
Removed from v.1.132  
changed lines
  Added in v.1.133

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26