X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=blobdiff_plain;f=configure.in;h=9ab7cabf0761fb41f9f66ea4ebff2db941a948f6;hp=f9d0e79dbde1d0489ae2a2e1c0d699ac6a94e1c0;hb=f640a7a5eddf0f46a2d1fa366fe6173d600a503e;hpb=9c7700da2c6a197f196ed14d9f71e248d5cc2495 diff --git a/configure.in b/configure.in index f9d0e79d..9ab7cabf 100644 --- a/configure.in +++ b/configure.in @@ -25,13 +25,16 @@ AC_CONFIG_SRCDIR([src/main.c]) AC_CONFIG_AUX_DIR(auxdir) # Require Automake 1.14 for %reldir% support -AM_INIT_AUTOMAKE([1.14.1 subdir-objects]) +AM_INIT_AUTOMAKE([1.14.1 subdir-objects foreign]) AC_CONFIG_HEADER([config.h]) # Only for developers AM_MAINTAINER_MODE +# Silent build for automake >= 1.11 +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) + AC_ARG_ENABLE(developer, [ Development options: AC_HELP_STRING([--enable-developer], [turn on developers mode [default=no]])],