From: ian Date: Sat, 30 Jan 1999 21:29:14 +0000 (+0000) Subject: Reran autoconf. X-Git-Tag: debian_version_0_60_1~7 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=userv.git;a=commitdiff_plain;h=c65e57a909586c5e113823095c99b786549dd430 Reran autoconf. --- diff --git a/Makefile b/Makefile index 32bd0e8..146e11a 100644 --- a/Makefile +++ b/Makefile @@ -17,13 +17,13 @@ # along with userv; if not, write to the Free Software # Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -VERSION=0.58 +VERSION= VEREXT=std CC=gcc -CFLAGS=-g $(OPTIMISE) -Wall -Wno-implicit -Wwrite-strings -Wpointer-arith -Wimplicit -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Werror $(XCFLAGS) -DVERSION='"$(VERSION)"' -DVEREXT='"$(VEREXT)"' +CFLAGS=-g $(OPTIMISE) -D_GNU_SOURCE -Wall -Wno-implicit -Wwrite-strings -Wpointer-arith -Wimplicit -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Werror $(XCFLAGS) -DVERSION='"$(VERSION)"' -DVEREXT='"$(VEREXT)"' OPTIMISE=-O2 -CPPFLAGS=-DDEBUG -DVARDIR='"/u/ian/things/userv/vd"' -DSYSTEMCONFIGDIR='"/u/ian/things/userv/slash-etc"' -DSERVICEUSERDIR='"/u/ian/things/userv/tilde"' $(XCPPFLAGS) +CPPFLAGS=-DDEBUG -DVARDIR='"/u/ian/things/userv-alt/vd"' -DSYSTEMCONFIGDIR='"/u/ian/things/userv-alt/slash-etc"' -DSERVICEUSERDIR='"/u/ian/things/userv-alt/tilde"' $(XCPPFLAGS) LDLIBS=-lefence $(XLDLIBS) M4=m4 @@ -60,7 +60,8 @@ all: daemon client install: all $(INSTALL_PROGRAM) -s -o root -g root -m 755 daemon $(sbindir)/uservd $(INSTALL_PROGRAM) -s -o root -g root -m 4755 client $(bindir)/userv - $(INSTALL) -d -o root -g root -m 2755 $(etcsubdir) + $(INSTALL) -d -o root -g root -m 2755 $(etcsubdir) \ + $(etcsubdir)/default.d $(etcsubdir)/services.d $(etcsubdir)/override.d if ! test -f $(etcsubdir)/system.default; then \ $(INSTALL_DATA) -o root -g root system.default $(etcsubdir); fi if ! test -f $(etcsubdir)/system.override; then \