diff -ru gdm-2.4.0.4.orig/config/Makefile.in gdm-2.4.0.4/config/Makefile.in --- gdm-2.4.0.4.orig/config/Makefile.in 2002-07-24 21:56:22.000000000 +0200 +++ gdm-2.4.0.4/config/Makefile.in 2002-08-03 15:28:46.000000000 +0200 @@ -353,23 +353,6 @@ chmod 750 $(DESTDIR)$(authdir); \ fi - system=`uname`; \ - if test -f /usr/include/security/pam_appl.h; then \ - if test '!' -d $(DESTDIR)$(PAM_PREFIX)/pam.d; then \ - $(mkinstalldirs) $(DESTDIR)$(PAM_PREFIX)/pam.d; \ - chmod 755 $(DESTDIR)$(PAM_PREFIX)/pam.d; \ - fi; \ - if test $$system = Linux && test '!' -f $(DESTDIR)$(PAM_PREFIX)/pam.d/gdm; then \ - $(INSTALL_DATA) gdm $(DESTDIR)$(PAM_PREFIX)/pam.d/gdm; \ - fi; \ - if test $$system = Linux && test '!' -f $(DESTDIR)$(PAM_PREFIX)/pam.d/gdm-autologin; then \ - $(INSTALL_DATA) gdm-autologin $(DESTDIR)$(PAM_PREFIX)/pam.d/gdm-autologin; \ - fi; \ - if test $$system = SunOS; then \ - echo "Please add PAM authentication for gdm and gdm-autologin in $(PAM_PREFIX)/pam.conf!"; \ - fi; \ - fi - # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: