File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,7 @@ Overview of changes in lightdm-gtk-greeter 2.0.4
33 * New features:
44 - New cursor-theme-name and cursor-theme-size configuration keys
55 * Build changes:
6- - Removed AX_COMPILER_FLAGS, left over from gnome-common
7- - Added missing po/Makefile.in.in to make builds functional again
6+ - Finish port from gnome-common
87 - Moved more deprecated function calls to greeterdeprecated.c/.h
98 * Bugs fixed:
109 - Fixed autologin-session (LP: #1707186)
Original file line number Diff line number Diff line change 11dnl Process this file with autoconf to produce a configure script.
22
33AC_PREREQ ( [ 2.64] )
4- AC_INIT ( [ lightdm-gtk-greeter] ,[ 2.0.3 ] ,[ https://launchpad.net/lightdm-gtk-greeter] )
4+ AC_INIT ( [ lightdm-gtk-greeter] ,[ 2.0.4 ] ,[ https://launchpad.net/lightdm-gtk-greeter] )
55AC_CONFIG_HEADERS ( [ config.h] )
66AC_CONFIG_SRCDIR ( [ src/lightdm-gtk-greeter.c] )
77AC_CONFIG_MACRO_DIR ( [ m4] )
8- AC_CONFIG_AUX_DIR ( [ build-aux] )
98
109LT_INIT
11- AM_INIT_AUTOMAKE ( [ 1.11 tar-ustar no-dist-gzip dist-xz foreign -Wall -Wno-portability] )
10+ AM_INIT_AUTOMAKE ( [ 1.11 tar-ustar foreign -Wall -Wno-portability] )
1211AM_MAINTAINER_MODE ([ enable] )
1312
1413# Use AM_SILENT_RULES if present
You can’t perform that action at this time.
0 commit comments