]> granicus.if.org Git - sudo/commitdiff
We need sysconfdir in compat/Makfile to get the proper sudo.conf
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 27 Feb 2012 18:28:15 +0000 (13:28 -0500)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 27 Feb 2012 18:28:15 +0000 (13:28 -0500)
path.  Add standard prefix and foodir expansion in all Makefiles
to avoid this problem in the future.

common/Makefile.in
compat/Makefile.in
doc/Makefile.in
include/Makefile.in

index 695febec7683df10feea81656a6ffa03aad636b4..6a15177700a65b664669ba6aab81c5435523aa13 100644 (file)
@@ -25,6 +25,16 @@ top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
 incdir = $(top_srcdir)/include
 
+# Where to install things...
+prefix = @prefix@
+exec_prefix = @exec_prefix@
+bindir = @bindir@
+sbindir = @sbindir@
+sysconfdir = @sysconfdir@
+libexecdir = @libexecdir@
+datarootdir = @datarootdir@
+localstatedir = @localstatedir@
+
 # Compiler & tools to use
 CC = @CC@
 LIBTOOL = @LIBTOOL@
index 0ea91e4a08ff952794e3d6d14364e281a70e7507..6b6630e6741a96fe7229771c85f0c7e34dc98bbe 100644 (file)
@@ -25,6 +25,16 @@ top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
 incdir = $(top_srcdir)/include
 
+# Where to install things...
+prefix = @prefix@
+exec_prefix = @exec_prefix@
+bindir = @bindir@
+sbindir = @sbindir@
+sysconfdir = @sysconfdir@
+libexecdir = @libexecdir@
+datarootdir = @datarootdir@
+localstatedir = @localstatedir@
+
 # Compiler & tools to use
 CC = @CC@
 LIBTOOL = @LIBTOOL@
index 3b99698cb92b44e0f10e9a28d4585b6eeece21d4..e334fba2c309bdfe1ebc210c66050e4f6a4fcf04 100644 (file)
@@ -32,6 +32,11 @@ INSTALL = $(SHELL) $(top_srcdir)/install-sh -c
 
 # Where to install things...
 prefix = @prefix@
+exec_prefix = @exec_prefix@
+bindir = @bindir@
+sbindir = @sbindir@
+sysconfdir = @sysconfdir@
+libexecdir = @libexecdir@
 datarootdir = @datarootdir@
 localstatedir = @localstatedir@
 mandir = @mandir@
index c576576527d2d7c37cfa6fae46b1c226835b7c96..9dbe4c4629225fccda407e4b203d131eb0420f54 100644 (file)
@@ -29,6 +29,11 @@ INSTALL = $(SHELL) $(top_srcdir)/install-sh -c
 
 # Where to install things...
 prefix = @prefix@
+exec_prefix = @exec_prefix@
+bindir = @bindir@
+sbindir = @sbindir@
+sysconfdir = @sysconfdir@
+libexecdir = @libexecdir@
 datarootdir = @datarootdir@
 localstatedir = @localstatedir@