Skip to content

Commit e196128

Browse files
committed
new 1.5.9 version - added configure in source tarball, merged some pull requests
1 parent dd693b0 commit e196128

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+24783
-23895
lines changed

aclocal.m4

+182-102
Large diffs are not rendered by default.

configure.ac

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT(system-config-printer, 1.5.8)
1+
AC_INIT(system-config-printer, 1.5.9)
22
AC_CONFIG_SRCDIR(system-config-printer.py)
33
AM_INIT_AUTOMAKE([dist-xz dist-bzip2 subdir-objects 1.6])
44
IT_PROG_INTLTOOL
@@ -74,7 +74,7 @@ if test "x$with_systemdsystemunitdir" != xno; then
7474
fi
7575
AM_CONDITIONAL(HAVE_SYSTEMD, [test -n "$with_systemdsystemunitdir" -a "x$with_systemdsystemunitdir" != xno ])
7676

77-
ALL_LINGUAS="ar as bg bn bn_IN br bs ca cs cy da de el en_GB es et fa fi fr gu he hi hr hu id is it ja kn ko lt lv mai mk ml mr ms nb nds nl nn or pa pl pt pt_BR ro ru si sk sl sr sr@latin sv ta te th tr uk vi zh_CN zh_TW"
77+
ALL_LINGUAS="ar as bg bn_IN bn br bs ca cs cy da de el en_GB es et fa fi fr gu he hi hr hu id is it ja kn ko lt lv mai mk ml mr ms nb nds nl nn or pa pl pt_BR pt ro ru si sk sl sr@latin sr sv ta te th tr uk vi zh_CN zh_TW"
7878
AC_CONFIG_FILES([
7979
Makefile
8080
po/Makefile.in

0 commit comments

Comments
 (0)