From 0395cd3cbdbd13098d4abfc7d250a2c408d73020 Mon Sep 17 00:00:00 2001 From: David King Date: Sat, 8 Nov 2014 09:50:07 +0000 Subject: Substitute bindir in Makefile.am Rather than substituting the value of bindir during configure, which might include an unexpanded shell variable, expand and substitute it as a target in Makefile.am instead. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index ad08237..aafb008 100644 --- a/configure.ac +++ b/configure.ac @@ -15,6 +15,7 @@ AM_SILENT_RULES([yes]) dnl Check for programs AC_PROG_CC AM_PROG_CC_C_O +AC_PROG_SED GNOME_COMPILE_WARNINGS([maximum]) @@ -93,7 +94,6 @@ SYSTEMD_JOURNAL_REQUIRED="libsystemd-journal" PKG_CHECK_MODULES([LOGS], [$GIO_REQUIRED $GTK_REQUIRED $SYSTEMD_JOURNAL_REQUIRED]) AC_CONFIG_FILES([ -data/org.gnome.Logs.service data/version.xml help/Makefile Makefile -- cgit v1.2.1