From 17f2481c0e10114613e4e452bfecb12c9888965e Mon Sep 17 00:00:00 2001 From: Stephen C North <scnorth@gmail.com> Date: Wed, 4 Jul 2018 15:58:31 -0400 Subject: [PATCH] fix syntax of AM_INIT_AUTOMAKE([no-define subdir-objects]) --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 37e459b3c..24e7ccbdc 100644 --- a/configure.ac +++ b/configure.ac @@ -208,7 +208,7 @@ DEFAULT_DPI=96 AC_DEFINE_UNQUOTED(DEFAULT_DPI,$DEFAULT_DPI,Default DPI.) AC_DEFINE_UNQUOTED(BROWSER,"$BROWSER",[Command to open a browser on a URL]) -AM_INIT_AUTOMAKE([no-define] [subdir-objects]) +AM_INIT_AUTOMAKE([no-define subdir-objects]) # Suppress verbose compile lines m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) -- 2.40.0