The branch, master has been updated
       via  19cb0a1a921164acb9591d7837d066ca9ea94a98 (commit)
      from  77f582ff137808cc3743ad545f63422cc8e71a71 (commit)

- Log -----------------------------------------------------------------
commit 19cb0a1a921164acb9591d7837d066ca9ea94a98
Author: Nicholas Marriott <nicholas.marri...@gmail.com>
Commit: Nicholas Marriott <nicholas.marri...@gmail.com>

    Might as well still allow autoconf 2.59.
---
 Makefile.am  |    2 +-
 configure.ac |    1 -
 2 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 5f9e011..5f622ac 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -247,7 +247,7 @@ install-exec-hook:
                sed -e "s|@SYSCONFDIR@|$(sysconfdir)|g" $(srcdir)/tmux.1| \
                        $(AWK) -f$(srcdir)/mdoc2man.awk >$(srcdir)/tmux.1.man; \
        fi
-       $(MKDIR_P) $(DESTDIR)$(mandir)/man1
+       $(mkdir_p) $(DESTDIR)$(mandir)/man1
        $(INSTALL_DATA) $(srcdir)/tmux.1.@MANFORMAT@ \
                $(DESTDIR)$(mandir)/man1/tmux.1
 
diff --git a/configure.ac b/configure.ac
index 7cc1ac5..a81ecc4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,6 @@ AC_CANONICAL_HOST
 # Set up the compiler in two different ways and say yes we may want to install.
 AC_PROG_CC
 AM_PROG_CC_C_O
-AC_PROG_MKDIR_P
 AC_PROG_INSTALL
 
 # Default tmux.conf goes in /etc not ${prefix}/etc.


-----------------------------------------------------------------------

Summary of changes:
 Makefile.am  |    2 +-
 configure.ac |    1 -
 2 files changed, 1 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
tmux

------------------------------------------------------------------------------
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
_______________________________________________
tmux-cvs mailing list
tmux-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-cvs

Reply via email to