2005-09-22 14:05:39 +08:00
|
|
|
#serial 7
|
2005-01-21 06:16:44 +08:00
|
|
|
dnl Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
|
|
|
|
dnl This file is free software; the Free Software Foundation
|
|
|
|
dnl gives unlimited permission to copy and/or distribute it,
|
|
|
|
dnl with or without modifications, as long as this notice is preserved.
|
2003-08-18 01:58:01 +08:00
|
|
|
|
|
|
|
AC_DEFUN([gl_SAVE_CWD],
|
|
|
|
[
|
2004-12-06 18:06:23 +08:00
|
|
|
AC_LIBSOURCES([save-cwd.c, save-cwd.h])
|
2004-12-06 18:35:27 +08:00
|
|
|
AC_LIBOBJ([save-cwd])
|
2003-08-18 01:58:01 +08:00
|
|
|
dnl Prerequisites for lib/save-cwd.c.
|
2005-03-10 16:54:50 +08:00
|
|
|
AC_CHECK_FUNCS_ONCE(fchdir)
|
2003-08-18 01:58:01 +08:00
|
|
|
])
|