The name was involuntarily changed in the merge commit 'v1.13.1d-926-g9b18369' of 2013-05-07.
* configure.ac (AC_INIT): Fix package name. Signed-off-by: Stefano Lattarini <[email protected]> --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 8f1bdcb..dc89ce1 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. AC_PREREQ([2.69]) -AC_INIT([GNU Automake], [1.99a], [[email protected]]) +AC_INIT([GNU Automake-NG], [1.99a], [[email protected]]) AC_CONFIG_SRCDIR([bin/automake.in]) AC_CONFIG_AUX_DIR([lib]) -- 1.8.3.rc2
