- Re-create autogenerated files
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>
Tue, 14 Jul 2015 10:08:17 +0000 (10:08 +0000)
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>
Tue, 14 Jul 2015 10:08:17 +0000 (10:08 +0000)
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.1.x@6274 82007160-df01-0410-b94d-b575c5fd34c7

Makefile.in
configure
src/Makefile.in

index c77fd0995ed538df3bbf1a4dcf4de67e02e7b4b5..dd41f99f060eb8e5e47c854498818f21e133881c 100644 (file)
@@ -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.
index 5f260de2ca9b99a64ffbc677e6d2897cd552aa77..2e357b2582bf9fc1fa26d3c0167a7b382bf14580 100755 (executable)
--- 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.
 #
index e057f0523b5b31da25fc4f2dad164410ac130a9e..321c9b6cfdb0a14af943dd60000819cb5577d6da 100644 (file)
@@ -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        \