On Thu, Aug 23, 2018 at 1:01 PM Michel Dänzer <[email protected]> wrote: > > From: Michel Dänzer <[email protected]> > > Older versions of autoconf only supported the former. > > Signed-off-by: Michel Dänzer <[email protected]>
Series is: Acked-by: Alex Deucher <[email protected]> > --- > configure.ac | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/configure.ac b/configure.ac > index 444862f3b..b6da673ea 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -29,7 +29,7 @@ AC_INIT([xf86-video-ati], > > AC_CONFIG_SRCDIR([Makefile.am]) > AC_CONFIG_HEADERS([config.h]) > -AC_CONFIG_MACRO_DIRS([m4]) > +AC_CONFIG_MACRO_DIR([m4]) > > AC_CONFIG_AUX_DIR(.) > > -- > 2.18.0 > > _______________________________________________ > amd-gfx mailing list > [email protected] > https://lists.freedesktop.org/mailman/listinfo/amd-gfx _______________________________________________ amd-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/amd-gfx
