diff options
author | David King <davidk@gnome.org> | 2014-11-08 09:50:07 +0000 |
---|---|---|
committer | David King <davidk@gnome.org> | 2014-11-08 09:50:07 +0000 |
commit | 0395cd3cbdbd13098d4abfc7d250a2c408d73020 (patch) | |
tree | 2f98131d0a9dad5aa42c91670b254e3534bc8211 /configure.ac | |
parent | 08e34f4eecd88ace601e5eeeb6876e949b485be4 (diff) | |
download | gnome-logs-0395cd3cbdbd13098d4abfc7d250a2c408d73020.tar.gz |
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.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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 |