AC_PROG_MKDIR_P: don't workaround if not buggy
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 21 Dec 2012 06:10:08 +0000 (22:10 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 21 Dec 2012 06:11:08 +0000 (22:11 -0800)
commitba3be00a5546579e80323430a57a3aedaedc6156
tree3a67ba0080ebff1cc272a42d83f6da9158f1a318
parentf022473fdaf724d84817c4003120b9a38fbf884b
AC_PROG_MKDIR_P: don't workaround if not buggy

* m4/gnulib-common.m4 (AC_PROG_MKDIR_P):
Define only for Autoconf versions before 2.62.
(AC_C_RESTRICT): Use documented AC_AUTOCONF_VERSION, not
undocumented m4_PACKAGE_VERSION, for consistency with the
abovementioned change to AC_PROG_MKDIR_P.  This should suffice
since we're checking for 2.62 or later, and AC_AUTOCONF_VERSION
was introduced in 2.62.
ChangeLog
m4/gnulib-common.m4