]> arthur.barton.de Git - netatalk.git/commitdiff
fix install error if no system type is specified
authorbfernhomberg <bfernhomberg>
Sun, 29 Feb 2004 17:37:43 +0000 (17:37 +0000)
committerbfernhomberg <bfernhomberg>
Sun, 29 Feb 2004 17:37:43 +0000 (17:37 +0000)
configure.in
distrib/initscripts/Makefile.am

index 9e4c22158fe0434bf912e3fd1b6cda8f84599c2c..943a15c6092a8e33990ba01a97e434712dbb1307 100644 (file)
@@ -1,4 +1,4 @@
-dnl $Id: configure.in,v 1.179.2.3.2.21 2004-02-29 15:26:03 bfernhomberg Exp $
+dnl $Id: configure.in,v 1.179.2.3.2.22 2004-02-29 17:38:03 bfernhomberg Exp $
 dnl configure.in for netatalk
 
 AC_INIT(etc/afpd/main.c)
@@ -936,6 +936,7 @@ AM_CONDITIONAL(USE_SUSE, test x$sysv_style = xsuse)
 AM_CONDITIONAL(USE_SHADOWPW, test x$shadowpw = xyes)
 AM_CONDITIONAL(USE_TRU64, test x$sysv_style = xtru64)
 AM_CONDITIONAL(USE_SOLARIS, test x$sysv_style = xsolaris)
+AM_CONDITIONAL(USE_UNDEF, test x$sysv_style = x)
 
 dnl --------------------- generate files
 
index 5c44fb9fe4aaacb18256b647990720ef4aa7dd29..91d14f02779145569ddc44717ba522c404ed947e 100644 (file)
@@ -166,3 +166,11 @@ uninstall-hook:
        rm -f /etc/rc2.d/S90atalk /etc/rc0.d/K04atalk
 
 endif
+
+if USE_UNDEF
+
+install-data-hook:
+
+unistall-hook:
+
+endif