diff options
author | infirit <[email protected]> | 2014-01-05 14:12:27 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-01-05 14:12:27 +0100 |
commit | 1e11caf97aac3c52a001b3189908dd9e370ad935 (patch) | |
tree | 71f1948ebb4d4b9e7772a4daac83a8962f808311 | |
parent | d1a0c96b5b670b890a030d76e76517019373356d (diff) | |
download | libmateweather-1e11caf97aac3c52a001b3189908dd9e370ad935.tar.bz2 libmateweather-1e11caf97aac3c52a001b3189908dd9e370ad935.tar.xz |
Add to ACLOCAL_AMFLAGS for user added flags
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index e6e5c23..6807119 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ SUBDIRS = po po-locations libmateweather doc data python icons -ACLOCAL_AMFLAGS = -I m4 +ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc |