Skip to content

Commit 831c236

Browse files
committed
Update autotools files
1 parent a95930d commit 831c236

10 files changed

Lines changed: 1281 additions & 4167 deletions

ABOUT-NLS

Lines changed: 1 addition & 996 deletions
Large diffs are not rendered by default.

aclocal.m4

Lines changed: 582 additions & 2891 deletions
Large diffs are not rendered by default.

config.rpath

Lines changed: 229 additions & 116 deletions
Large diffs are not rendered by default.

configure.ac

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT(system-config-printer, 1.5.18)
1+
AC_INIT([system-config-printer],[1.5.18])
22
AC_CONFIG_SRCDIR(system-config-printer.py)
33
AM_INIT_AUTOMAKE([dist-xz dist-bzip2 subdir-objects 1.6])
44
AC_CONFIG_MACRO_DIR([m4])
@@ -18,8 +18,7 @@ AC_SUBST(DATADIRNAME)
1818

1919
# Let distributor specify if they want to use a vendor with desktop-file-install
2020
AC_ARG_WITH(desktop-vendor,
21-
[AC_HELP_STRING([--with-desktop-vendor],
22-
[Specify the vendor for use in calls to desktop-file-install @<:@default=@:>@])],,
21+
[AS_HELP_STRING([--with-desktop-vendor],[Specify the vendor for use in calls to desktop-file-install @<:@default=@:>@])],,
2322
[with_desktop_vendor=""])
2423

2524
VENDOR=$with_desktop_vendor
@@ -63,8 +62,7 @@ AC_SUBST(cupsserverbindir)
6362
PKG_CHECK_MODULES(GLIB, glib-2.0, has_glib=yes, has_glib=no)
6463

6564
AC_ARG_WITH(udev-rules,
66-
[AC_HELP_STRING([--with-udev-rules],
67-
[Enable automatic USB print queue configuration @<:@default=no@:>@])],
65+
[AS_HELP_STRING([--with-udev-rules],[Enable automatic USB print queue configuration @<:@default=no@:>@])],
6866
[],
6967
[with_udev_rules=no])
7068
AM_CONDITIONAL([UDEV_RULES], [test x$with_udev_rules != xno])
@@ -99,8 +97,7 @@ fi
9997
AM_CONDITIONAL(HAVE_SYSTEMD, [test -n "$with_systemdsystemunitdir" -a "x$with_systemdsystemunitdir" != xno ])
10098

10199
AC_ARG_WITH(xmlto,
102-
[AC_HELP_STRING([--with-xmlto],
103-
[Enable xmlto manual generation @<:@default=yes@:>@])])
100+
[AS_HELP_STRING([--with-xmlto],[Enable xmlto manual generation @<:@default=yes@:>@])])
104101
AM_CONDITIONAL([XMLTO], [test x$with_xmlto != xno])
105102

106103
AC_CONFIG_FILES([

0 commit comments

Comments
 (0)