comparison configure.in @ 276:4f526d436873

Implement secure rc file saving. First data is written to a temporary file, then if nothing was wrong, this file is renamed to the final name. This way the risk of corrupted rc file is greatly reduced. The code is borrowed from ELinks (http://elinks.cz).
author zas_
date Tue, 08 Apr 2008 21:55:58 +0000
parents e3f10b6046ab
children e213fb025621
comparison
equal deleted inserted replaced
275:dc69ea2dcf76 276:4f526d436873
22 22
23 AC_DEFINE_UNQUOTED(GQVIEW_HELPDIR, "$prefix/share/doc/geeqie-$VERSION", [Location of documentation files]) 23 AC_DEFINE_UNQUOTED(GQVIEW_HELPDIR, "$prefix/share/doc/geeqie-$VERSION", [Location of documentation files])
24 AC_DEFINE_UNQUOTED(GQVIEW_HTMLDIR, "$prefix/share/doc/geeqie-$VERSION/html", [Location of html documentation]) 24 AC_DEFINE_UNQUOTED(GQVIEW_HTMLDIR, "$prefix/share/doc/geeqie-$VERSION/html", [Location of html documentation])
25 25
26 dnl checks for functions 26 dnl checks for functions
27 AC_CHECK_FUNCS(strverscmp) 27 AC_CHECK_FUNCS(strverscmp access fsync fflush)
28 28
29 dnl check for little cms (lcms, this test pulled from gimp) 29 dnl check for little cms (lcms, this test pulled from gimp)
30 AC_ARG_WITH(lcms, [ --without-lcms build without lcms support]) 30 AC_ARG_WITH(lcms, [ --without-lcms build without lcms support])
31 31
32 have_lcms=no 32 have_lcms=no