diff options
| author | Alexander Barton <alex@barton.de> | 2014-01-17 21:04:10 +0100 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2014-01-17 21:04:40 +0100 |
| commit | 90062111f7fd3be5941d94781470b391bebfccaa (patch) | |
| tree | 4259f8a3f92e386dd46c0df53c44c5ab3822178b /configure.ng | |
| parent | e747fe92775f577a38f8dd681f7a58f751348f5e (diff) | |
| download | ngircd-90062111f7fd3be5941d94781470b391bebfccaa.tar.gz ngircd-90062111f7fd3be5941d94781470b391bebfccaa.zip | |
Use $(MKDIR_P) instead of $(mkinstalldirs) in Makefile's
And test for "mkdir -p" using AC_PROG_MKDIR_P in "configure".
Diffstat (limited to 'configure.ng')
| -rw-r--r-- | configure.ng | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ng b/configure.ng index aec1eb14..1e141c9f 100644 --- a/configure.ng +++ b/configure.ng @@ -66,6 +66,7 @@ AC_PROG_AWK AC_PROG_INSTALL AC_PROG_LN_S AC_PROG_MAKE_SET +AC_PROG_MKDIR_P AC_PROG_RANLIB # -- Compiler Features -- |