summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)AuthorFilesLines
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
2010-10-26config: add "Check for system library functions"Gaetan Nadon1-2/+9
2010-10-26config: relocate headers, typedefs, and compiler characteristicsGaetan Nadon1-2/+6
2010-10-26config: add "Check for system libraries" sectionGaetan Nadon1-2/+27
2010-10-20config: relocate the "Check for programs section"Gaetan Nadon1-5/+6
2010-10-20config: libtool: disable production of static libraries.Gaetan Nadon1-4/+5
2010-10-20config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSGaetan Nadon1-7/+10
2010-10-20config: look for PAM support on darwin as wellGaetan Nadon1-10/+1
2010-09-29config: remove unused OS_CFLAGS variableGaetan Nadon1-7/+2
2010-09-29config: use AC_CHECK_HEADERS for sys/param.hGaetan Nadon1-1/+1