ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libptytty/ptytty.m4
(Generate patch)

Comparing libptytty/ptytty.m4 (file contents):
Revision 1.8 by ayin, Sun Sep 10 14:30:37 2006 UTC vs.
Revision 1.9 by ayin, Mon May 7 13:46:06 2007 UTC

212dnl# -------------------------------------------------------------------------- 212dnl# --------------------------------------------------------------------------
213 213
214dnl# find utmp 214dnl# find utmp
215AC_CACHE_CHECK(where utmp is located, path_utmp, 215AC_CACHE_CHECK(where utmp is located, path_utmp,
216[AC_RUN_IFELSE([AC_LANG_SOURCE([[#include <stdio.h> 216[AC_RUN_IFELSE([AC_LANG_SOURCE([[#include <stdio.h>
217#include <stdlib.h>
217#include <sys/types.h> 218#include <sys/types.h>
218#include <utmp.h> 219#include <utmp.h>
219#include <errno.h> 220#include <errno.h>
220main() 221main()
221{ 222{
248 249
249dnl# find utmpx - if a utmp file exists at the same location and is more than 250dnl# find utmpx - if a utmp file exists at the same location and is more than
250dnl# a day newer, then dump the utmpx. People leave lots of junk around. 251dnl# a day newer, then dump the utmpx. People leave lots of junk around.
251AC_CACHE_CHECK(where utmpx is located, path_utmpx, 252AC_CACHE_CHECK(where utmpx is located, path_utmpx,
252[AC_RUN_IFELSE([AC_LANG_SOURCE([[#include <stdio.h> 253[AC_RUN_IFELSE([AC_LANG_SOURCE([[#include <stdio.h>
254#include <stdlib.h>
253#include <sys/types.h> 255#include <sys/types.h>
254#include <utmpx.h> 256#include <utmpx.h>
255#include <errno.h> 257#include <errno.h>
256#include <sys/stat.h> 258#include <sys/stat.h>
257#ifdef HAVE_STRING_H 259#ifdef HAVE_STRING_H
293dnl# -------------------------------------------------------------------------- 295dnl# --------------------------------------------------------------------------
294 296
295dnl# find wtmp 297dnl# find wtmp
296AC_CACHE_CHECK(where wtmp is located, path_wtmp, 298AC_CACHE_CHECK(where wtmp is located, path_wtmp,
297[AC_RUN_IFELSE([AC_LANG_SOURCE([[#include <stdio.h> 299[AC_RUN_IFELSE([AC_LANG_SOURCE([[#include <stdio.h>
300#include <stdlib.h>
298#include <sys/types.h> 301#include <sys/types.h>
299#ifdef HAVE_UTMP_H 302#ifdef HAVE_UTMP_H
300#include <utmp.h> 303#include <utmp.h>
301#endif 304#endif
302#include <errno.h> 305#include <errno.h>
329dnl# -------------------------------------------------------------------------- 332dnl# --------------------------------------------------------------------------
330 333
331dnl# find wtmpx 334dnl# find wtmpx
332AC_CACHE_CHECK(where wtmpx is located, path_wtmpx, 335AC_CACHE_CHECK(where wtmpx is located, path_wtmpx,
333[AC_RUN_IFELSE([AC_LANG_SOURCE([[#include <stdio.h> 336[AC_RUN_IFELSE([AC_LANG_SOURCE([[#include <stdio.h>
337#include <stdlib.h>
334#ifdef HAVE_UTMPX_H 338#ifdef HAVE_UTMPX_H
335#include <utmpx.h> 339#include <utmpx.h>
336#endif 340#endif
337#include <errno.h> 341#include <errno.h>
338main() 342main()
364dnl# -------------------------------------------------------------------------- 368dnl# --------------------------------------------------------------------------
365 369
366dnl# find lastlog 370dnl# find lastlog
367AC_CACHE_CHECK(where lastlog is located, path_lastlog, 371AC_CACHE_CHECK(where lastlog is located, path_lastlog,
368[AC_RUN_IFELSE([AC_LANG_SOURCE([[#include <stdio.h> 372[AC_RUN_IFELSE([AC_LANG_SOURCE([[#include <stdio.h>
373#include <stdlib.h>
369#include <sys/types.h> 374#include <sys/types.h>
370#ifdef HAVE_UTMPX_H 375#ifdef HAVE_UTMPX_H
371#include <utmpx.h> 376#include <utmpx.h>
372#elif defined(HAVE_UTMP_H) 377#elif defined(HAVE_UTMP_H)
373#include <utmp.h> 378#include <utmp.h>
407dnl# -------------------------------------------------------------------------- 412dnl# --------------------------------------------------------------------------
408 413
409dnl# find lastlogx 414dnl# find lastlogx
410AC_CACHE_CHECK(where lastlogx is located, path_lastlogx, 415AC_CACHE_CHECK(where lastlogx is located, path_lastlogx,
411[AC_RUN_IFELSE([AC_LANG_SOURCE([[#include <stdio.h> 416[AC_RUN_IFELSE([AC_LANG_SOURCE([[#include <stdio.h>
417#include <stdlib.h>
412#ifdef HAVE_UTMPX_H 418#ifdef HAVE_UTMPX_H
413#include <utmpx.h> 419#include <utmpx.h>
414#endif 420#endif
415#include <errno.h> 421#include <errno.h>
416main() 422main()

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines