diff configure.in @ 2416:d2539dd6858c

Move pan-view components to their own subdir. This makes it easier to modularize pan-view without cluttering the src dir with extra files, and without worrying as much about exposing pan-view-internal APIs to the rest of Geeqie.
author Omari Stephens <xsdg@google.com>
date Sat, 24 Dec 2016 05:38:38 +0000
parents 95507e596256
children c249abb0c0e2 57fd6df5c0db
line wrap: on
line diff
--- a/configure.in	Sat Dec 24 05:28:00 2016 +0000
+++ b/configure.in	Sat Dec 24 05:38:38 2016 +0000
@@ -21,7 +21,8 @@
 AC_CONFIG_SRCDIR([src/main.c])
 
 AC_CONFIG_AUX_DIR(auxdir)
-AM_INIT_AUTOMAKE
+# Require Automake 1.14 for %reldir% support
+AM_INIT_AUTOMAKE([1.14.1 subdir-objects])
 
 AC_CONFIG_HEADER([config.h])