Skip to content

Commit 5bd9be1

Browse files
configure.ac: Update and fix warning (#233)
* configure.ac: Update and fix warning * control: Add missing dep
1 parent 52a1b59 commit 5bd9be1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
dnl Process this file with autoconf to produce a configure script.
44

5-
AC_INIT(slick-greeter, 2.0.3)
5+
AC_INIT([slick-greeter],[2.0.3])
66
AC_CONFIG_MACRO_DIR(m4)
77
AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign subdir-objects])
88
AM_PROG_CC_C_O
99
AM_PROG_VALAC([0.24.0])
10-
AM_CONFIG_HEADER(config.h)
10+
AC_CONFIG_HEADERS(config.h)
1111
AM_MAINTAINER_MODE
1212
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES(yes)])
1313

debian/control

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Build-Depends: debhelper-compat (= 12),
77
at-spi2-core,
88
dbus-x11,
99
fonts-ubuntu,
10+
intltool (>= 0.37.1),
1011
libcanberra-dev,
1112
libgtk-3-dev,
1213
liblightdm-gobject-1-dev | liblightdm-gobject-dev,

0 commit comments

Comments
 (0)