We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52a1b59 commit 5bd9be1Copy full SHA for 5bd9be1
configure.ac
@@ -2,12 +2,12 @@
2
3
dnl Process this file with autoconf to produce a configure script.
4
5
-AC_INIT(slick-greeter, 2.0.3)
+AC_INIT([slick-greeter],[2.0.3])
6
AC_CONFIG_MACRO_DIR(m4)
7
AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign subdir-objects])
8
AM_PROG_CC_C_O
9
AM_PROG_VALAC([0.24.0])
10
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS(config.h)
11
AM_MAINTAINER_MODE
12
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES(yes)])
13
debian/control
@@ -7,6 +7,7 @@ Build-Depends: debhelper-compat (= 12),
at-spi2-core,
dbus-x11,
fonts-ubuntu,
+ intltool (>= 0.37.1),
libcanberra-dev,
libgtk-3-dev,
liblightdm-gobject-1-dev | liblightdm-gobject-dev,
0 commit comments