comparison configure.in @ 197:e3f10b6046ab

more renames
author nadvornik
date Mon, 24 Mar 2008 09:55:09 +0000
parents d85687d951aa
children 4f526d436873
comparison
equal deleted inserted replaced
196:f6e307c7bad6 197:e3f10b6046ab
18 prefix=$prefix 18 prefix=$prefix
19 fi 19 fi
20 20
21 AM_PATH_GTK_2_0(2.4.0,,AC_MSG_ERROR(GTK+ >= 2.4.0 not installed.)) 21 AM_PATH_GTK_2_0(2.4.0,,AC_MSG_ERROR(GTK+ >= 2.4.0 not installed.))
22 22
23 AC_DEFINE_UNQUOTED(GQVIEW_HELPDIR, "$prefix/share/doc/gqview-$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/gqview-$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)
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)
79 src/Makefile 79 src/Makefile
80 src/icons/Makefile 80 src/icons/Makefile
81 src/icons/svg/Makefile 81 src/icons/svg/Makefile
82 po/Makefile.in 82 po/Makefile.in
83 doc/Makefile 83 doc/Makefile
84 gqview.spec 84 geeqie.spec
85 ]) 85 ])
86 86