Automake cleanups from Ralf Corsepius.
authorPanu Matilainen <pmatilai@redhat.com>
Mon, 6 Aug 2007 09:02:54 +0000 (12:02 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Mon, 6 Aug 2007 09:02:54 +0000 (12:02 +0300)
commit91dc76dab02f6b88eb52dd86136bade7abc767f4
treecec4cd629312b578db3fccbdc906c94eed9ad539
parentc823d84c722c789fbd36f43f48a3943466369b74
Automake cleanups from Ralf Corsepius.

* $(mkinstalldirs) in Makefile.ams is an anachronism.
Modern Makefile.ams should use $(MKDIR_P) instead.

* There is one direct call to "mkdir -p" inside of the toplevel
Makefile.am - mkdir -p is non-portable. Portable Makefile.ams should use
MKDIR_P instead.
Makefile.am