aclocal: AC_CONFIG_MACRO_DIRS: work around autom4te option parsing bugs
[platform/upstream/automake.git] / m4 / internal / ac-config-macro-dirs.m4
1 # Support AC_CONFIG_MACRO_DIRS with older autoconf.     -*- Autoconf -*-
2 # FIXME: To be removed in Automake 1.14, once we can assume autoconf
3 #        2.70 or later.
4 # FIXME: keep in sync with the contents of the variable
5 #        '$ac_config_macro_dirs_fallback' in aclocal.in.
6
7 # Copyright (C) 2012 Free Software Foundation, Inc.
8 #
9 # This file is free software; the Free Software Foundation
10 # gives unlimited permission to copy and/or distribute it,
11 # with or without modifications, as long as this notice is preserved.
12
13 m4_ifndef([AC_CONFIG_MACRO_DIRS],
14 [m4_defun([_AM_CONFIG_MACRO_DIRS],[])]dnl
15 [m4_defun([AC_CONFIG_MACRO_DIRS],[_AM_CONFIG_MACRO_DIRS($@)])])