summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)AuthorFilesLines
2024-04-04xdm 1.1.16HEADxdm-1.1.16masterAlan Coopersmith1-1/+1
2024-03-25Define _CONST_X_STRING when including Xaw & Xt headersAlan Coopersmith1-0/+1
2024-03-23xdm 1.1.15xdm-1.1.15Alan Coopersmith1-1/+1
2024-02-11Fix --with-systemd-daemon optionAlisson Bruno1-3/+4
2023-12-02configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOLAlan Coopersmith1-3/+1
2022-12-03xdm 1.1.14xdm-1.1.14Alan Coopersmith1-2/+2
2022-11-05Only link with libbsd if needed for arc4random() or setproctitle()Alan Coopersmith1-11/+26
2022-10-06Switch from libbsd to libbsd-overlayGuillem Jover1-2/+8
2022-04-10configure.ac: Add option to disable XineramaMatt Turner1-2/+8
2022-04-03xdm 1.1.13xdm-1.1.13Alan Coopersmith1-1/+1
2021-12-04Build xz tarballs instead of bzip2Alan Coopersmith1-1/+1
2020-10-31configure.ac: Link with libsystemd, not libsystemd-daemonMatt Turner1-3/+3
2019-03-02xdm 1.1.12xdm-1.1.12Alan Coopersmith1-1/+1
2018-11-21Update configure.ac bug URL for gitlab migration4-xdm-uses-arc4random-and-setproctitle-without-proper-includesAlan Coopersmith1-1/+1
2015-03-06Mark LogPanic as noreturn per gcc's suggestionAlan Coopersmith1-1/+1
2014-11-04Only pass -u & -w args to sessreg if --with-{u,w}tmp-file=path specifiedAlan Coopersmith1-22/+22
2014-06-02configure: Drop AM_MAINTAINER_MODEAlan Coopersmith1-1/+0
2013-02-23Assume signal handlers return void, as C89 requiresAlan Coopersmith1-3/+0
2013-01-24Look for pam in both pam/ and security/ pathsJeremy Huddleston Sequoia1-0/+4
2011-10-22greeter: link against -lXrender if xft is enabledJulien Cristau1-2/+2
2011-10-01Support systemd startup notification.Michał Górny1-0/+16
2011-09-25Require xt >= 1.0 for appdefaultdirJeremy Huddleston1-1/+1
2011-09-25configure.ac: Bump to 1.1.11xdm-1.1.11Jeremy Huddleston1-1/+1
2011-09-20fix whitespace issuesAlan Coopersmith1-15/+15
2011-08-31Support installing systemd unit file.Michał Górny1-0/+21
2011-05-27Add Solaris 11 libsocket to list of libraries to search for getifaddrs()Alan Coopersmith1-2/+3
2011-05-16Only greeter needs XPM CFLAGS & LIBS, not xdm daemonAlan Coopersmith1-2/+0
2011-02-19Fix missing linking dependency on -ldl.Fernando Tarlá Cardoso Lemos1-0/+3
2011-02-18xdm itself doesn't need to link with Xinerama libraryAlan Coopersmith1-2/+0
2011-02-18config: rename XDM_PRINT to XDM_TOOLKITAlan Coopersmith1-7/+7
2011-01-12config: replace deprecated AC_HELP_STRING with AS_HELP_STRINGGaetan Nadon1-20/+20
2010-11-24config: AM_PROG_CC_C_O is no longer neededGaetan Nadon1-1/+0
2010-11-24config: move appdefault makefile to app-defaults dir.Gaetan Nadon1-0/+1
2010-11-24config: mv xdm in its own directoryGaetan Nadon1-0/+1
2010-11-24config: move common headers into the include directoryGaetan Nadon1-0/+1
2010-11-24config: move xdmshell into its own directoryGaetan Nadon1-1/+2
2010-11-24config: move chooser into its own directoryGaetan Nadon1-0/+1
2010-11-24config: move man pages into their own directoryGaetan Nadon1-1/+5
2010-11-24config: use AM_V_GEN instead of customized macros for AM_SILENT_RULESGaetan Nadon1-3/+0
2010-11-24config: relocate key_setnet in section "Check for header files"Gaetan Nadon1-9/+7
2010-11-24config: relocate AC_FUNC_FORK in section "Check for system library functions"Gaetan Nadon1-8/+2
2010-11-24config: comment libxtrans macros as they are order sensitiveGaetan Nadon1-1/+3
2010-11-24config: rework check for random number generatorGaetan Nadon1-22/+21
2010-11-24config: integrate check for arc4random in appropriate sectionsGaetan Nadon1-10/+4
2010-11-24config: upgrade the checking for SELinux supportGaetan Nadon1-10/+12
2010-11-24config: upgrade the checking for PAM supportGaetan Nadon1-10/+12
2010-11-24config: isolating -lselinux to a single target is not requiredGaetan Nadon1-6/+0
2010-10-26config: use AC_CHECK_FUNCS for mkstemp, getifaddrs and getspnamGaetan Nadon1-13/+2
2010-10-26config: use AC_CHECK_FUNCS for setusercontextGaetan Nadon1-10/+1
2010-10-26config: use AC_CHECK_FUNCS for setprocttileGaetan Nadon1-11/+1