]> git.ipfire.org Git - thirdparty/autoconf.git/commit
AC_PROG_MKDIR_P: reduce macro output size
authorEric Blake <eblake@redhat.com>
Thu, 9 Apr 2015 14:47:10 +0000 (08:47 -0600)
committerEric Blake <eblake@redhat.com>
Thu, 9 Apr 2015 14:49:09 +0000 (08:49 -0600)
commitacb200444395b8108b42dfacd54dabd02d966bd3
tree5a78a9d8bda7f5ded9d653c7c1908aa1926e6baf
parent38ac615e11d1cc5cea55e7be886ad9a345c0b580
AC_PROG_MKDIR_P: reduce macro output size

Merging two case globs into one gives slightly smaller files and
less time spent in shell globbing on systems that lack GNU mkdir.

* lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Combine two GNU cases.

Signed-off-by: Eric Blake <eblake@redhat.com>
lib/autoconf/programs.m4