1- AC_INIT ( system-config-printer , 1.5.18 )
1+ AC_INIT ( [ system-config-printer] , [ 1.5.18] )
22AC_CONFIG_SRCDIR ( system-config-printer.py )
33AM_INIT_AUTOMAKE ( [ dist-xz dist-bzip2 subdir-objects 1.6] )
44AC_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
2020AC_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
2524VENDOR=$with_desktop_vendor
@@ -63,8 +62,7 @@ AC_SUBST(cupsserverbindir)
6362PKG_CHECK_MODULES(GLIB, glib-2.0, has_glib=yes, has_glib=no)
6463
6564AC_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] )
7068AM_CONDITIONAL([ UDEV_RULES] , [ test x$with_udev_rules != xno] )
9997AM_CONDITIONAL(HAVE_SYSTEMD, [ test -n "$with_systemdsystemunitdir" -a "x$with_systemdsystemunitdir" != xno ] )
10098
10199AC_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@:>@ ] ) ] )
104101AM_CONDITIONAL([ XMLTO] , [ test x$with_xmlto != xno] )
105102
106103AC_CONFIG_FILES ( [
0 commit comments