[PATCH app-rstart] Fix ./configure error: "sysconfdir: command not found"

Gaetan Nadon memsize at videotron.ca
Wed Aug 21 12:57:04 PDT 2013


There should be not brackets around sysconfdir.

Note that the value is "${prefix}/etc" and can only be used
later in Makefile.am.

Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
---
 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 52ffc01..0a8bede 100644
--- a/configure.ac
+++ b/configure.ac
@@ -47,7 +47,7 @@ AC_PROG_LN_S
 AC_SUBST([rstartdir],[$libdir/X11/rstart])
 
 # Define the root directory for config
-AC_SUBST([configdir],[$(sysconfdir)/X11/rstart])
+AC_SUBST([configdir],[$sysconfdir/X11/rstart])
 
 # Obtain compiler options from depedencies
 PKG_CHECK_MODULES(RSTART, xproto)
-- 
1.7.9.5



More information about the xorg-devel mailing list