From: michael Date: Tue, 14 Jul 2015 10:08:17 +0000 (+0000) Subject: - Re-create autogenerated files X-Git-Tag: 1.1.0~16 X-Git-Url: http://git.serene-ircd.net/?a=commitdiff_plain;h=bd041f91f09329e85df547025b44fa9c05f001cb;p=hopm.git - Re-create autogenerated files git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.1.x@6274 82007160-df01-0410-b94d-b575c5fd34c7 --- diff --git a/Makefile.in b/Makefile.in index c77fd09..dd41f99 100644 --- a/Makefile.in +++ b/Makefile.in @@ -804,7 +804,8 @@ uninstall-am: install-data-local: - $(INSTALL) -d $(DESTDIR)${localstatedir} + $(INSTALL) -d $(DESTDIR)${localstatedir}/log + $(INSTALL) -d $(DESTDIR)${localstatedir}/run # 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. diff --git a/configure b/configure index 5f260de..2e357b2 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.ac Id: configure.ac 6222 2015-07-01 18:09:27Z michael . +# From configure.ac Id: configure.ac 6229 2015-07-02 15:16:20Z michael . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.69 for hopm 1.1.0beta1. # diff --git a/src/Makefile.in b/src/Makefile.in index e057f05..321c9b6 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -373,7 +373,7 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ SUBDIRS = libopm -AM_CPPFLAGS = -DHOPM_ETCDIR="\"$(sysconfdir)\"" -DHOPM_LOGDIR="\"$(localstatedir)\"" +AM_CPPFLAGS = -DHOPM_ETCDIR="\"$(sysconfdir)\"" -DHOPM_LOGDIR="\"$(localstatedir)/log\"" AM_YFLAGS = -d hopm_SOURCES = compat.c \ compat.h \