svn: r2480
This commit is contained in:
Don Allingham
2003-12-09 06:02:36 +00:00
parent 2cd742578a
commit 9ca94ff9db
9 changed files with 352 additions and 134 deletions

7
configure vendored
View File

@@ -1635,7 +1635,7 @@ INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
RELEASE=0.CVS$(head -c 10 ${srcdir}/ChangeLog | tr -d '-')
RELEASE=1
VERSIONSTRING=$VERSION
if test x"$RELEASE" != "x"
@@ -1764,7 +1764,7 @@ echo "${ECHO_T}no" >&6
fi
LANGUAGES="hu zh_CN cs da_DK de es fr it nb nl no pl pt_BR ro ru sv"
LANGUAGES="hu zh_CN cs da_DK de es fr it nb nl no pl pt_BR ro ru sv eo"
DISTLANGS=
@@ -3227,6 +3227,9 @@ $pygtk_require
try:
import gconf
out("YES")
except ImportError:
import gnome.gconf
out("YES")
except ImportError:
out("NO")
EOF