Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/eselect-python:master commit in: /
Date: Sun, 28 Feb 2016 17:03:36
Message-Id: 1456423543.1e83cc3cf19be2a8bbc87f4f9e2f2e7cdb6a32af.mgorny@gentoo
1 commit: 1e83cc3cf19be2a8bbc87f4f9e2f2e7cdb6a32af
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 25 18:05:43 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 25 18:05:43 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/eselect-python.git/commit/?id=1e83cc3c
7
8 build: Remove unused macros
9
10 configure.ac | 3 ---
11 1 file changed, 3 deletions(-)
12
13 diff --git a/configure.ac b/configure.ac
14 index 1e836e3..406acd8 100644
15 --- a/configure.ac
16 +++ b/configure.ac
17 @@ -1,9 +1,6 @@
18 AC_INIT([eselect-python], [20160207])
19 AM_INIT_AUTOMAKE([-Wall foreign no-dist-gzip dist-bzip2])
20
21 -AC_PATH_PROG(INSTALL, install)
22 -AC_PROG_MKDIR_P
23 -
24 # Create output files.
25 AC_CONFIG_FILES([Makefile python.eselect])