[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-NG] [PATCH 0/4] Assume configure.ac is Autoconf input; drop su
From: |
Stefano Lattarini |
Subject: |
[Automake-NG] [PATCH 0/4] Assume configure.ac is Autoconf input; drop support for configure.in |
Date: |
Fri, 25 May 2012 17:50:58 +0200 |
Four simple patches for a small but cute simplification.
OK to apply?
Regards,
Stefano
-*-*-*-
Stefano Lattarini (4):
[ng] cleanup: don't support configure.in anymore
[ng] cleanup: just assume configure input is configure.ac
[ng] cleanup: get rid of 'Automake::Configure_ac' module
[ng] maintcheck: obsolete check 'sc_tests_no_configure_in' removed
Makefile.am | 1 -
NG-NEWS | 3 +
aclocal.in | 9 +--
automake.in | 10 ++-
lib/Automake/Configure_ac.pm | 127 -------------------------------------
lib/Automake/Variable.pm | 6 +-
syntax-checks.mk | 16 -----
t/autodist-configure-no-subdir.sh | 10 +--
t/configure.sh | 54 ----------------
t/help.sh | 2 -
10 files changed, 15 insertions(+), 223 deletions(-)
delete mode 100644 lib/Automake/Configure_ac.pm
delete mode 100755 t/configure.sh
--
1.7.9.5
- [Automake-NG] [PATCH 0/4] Assume configure.ac is Autoconf input; drop support for configure.in,
Stefano Lattarini <=
- [Automake-NG] [PATCH 2/4] [ng] cleanup: just assume configure input is configure.ac, Stefano Lattarini, 2012/05/25
- [Automake-NG] [PATCH 1/4] [ng] cleanup: don't support configure.in anymore, Stefano Lattarini, 2012/05/25
- [Automake-NG] [PATCH 3/4] [ng] cleanup: get rid of 'Automake::Configure_ac' module, Stefano Lattarini, 2012/05/25
- [Automake-NG] [PATCH 4/4] [ng] maintcheck: obsolete check 'sc_tests_no_configure_in' removed, Stefano Lattarini, 2012/05/25
- Re: [Automake-NG] [PATCH 0/4] Assume configure.ac is Autoconf input; drop support for configure.in, Stefano Lattarini, 2012/05/26
- Re: [Automake-NG] [PATCH 0/4] Assume configure.ac is Autoconf input; drop support for configure.in, Akim Demaille, 2012/05/29