[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #50492] configure missing / autoconf fails
From: |
Ted Lyngmo |
Subject: |
[bug #50492] configure missing / autoconf fails |
Date: |
Wed, 8 Mar 2017 03:06:12 -0500 (EST) |
User-agent: |
Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36 |
URL:
<http://savannah.gnu.org/bugs/?50492>
Summary: configure missing / autoconf fails
Project: make
Submitted by: tedlyngmo
Submitted on: Wed 08 Mar 2017 09:06:11 AM CET
Severity: 3 - Normal
Item Group: Build/Install
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
Component Version: SCM
Operating System: Any
Fixed Release: None
Triage Status: None
_______________________________________________________
Details:
INSTALL says one should run "./configure" but it's not included when
downloading from the git repo. It's included in .gitignore which may explain
that.
% git clone https://git.savannah.gnu.org/git/make.git
% cd make
% ./configure
-bash: ./configure: No such file or directory
% autoconf
configure.ac:32: error: possibly undefined macro: AM_INIT_AUTOMAKE
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:45: error: possibly undefined macro: AM_PROG_AR
configure.ac:54: error: possibly undefined macro: AM_GNU_GETTEXT_VERSION
configure.ac:55: error: possibly undefined macro: AM_GNU_GETTEXT
configure.ac:74: error: possibly undefined macro: AM_PROG_CC_C_O
configure.ac:86: error: possibly undefined macro: AC_STRUCT_ST_MTIM_NSEC
configure.ac:113: error: possibly undefined macro: pds_AC_DOS_PATHS
configure.ac:179: error: possibly undefined macro: AM_CONDITIONAL
configure.ac:450: error: possibly undefined macro: AM_WITH_DMALLOC
% ./configure
configure: error: cannot find install-sh, install.sh, or shtool in config
"."/config
A lot of files seems to be missing so I ended up having to extract them from
the latest packaged release.
% wget -qO- https://ftp.gnu.org/gnu/make/make-4.2.1.tar.bz2 | tar
--strip-components=1 -xjvf -
% git reset --hard
% ./configure
% make
% make check
605 Tests in 121 Categories Complete ... No Failures :-)
The system uptime program believes the load average to be:
uptime
08:55:48 up 5 days, 12:45, 2 users, load average: 0.08, 0.07, 0.01
The GNU load average checking code thinks:
./loadavg
1-minute: 0.080000 5-minute: 0.070000 15-minute: 0.010000
=========================================================================
Regression PASSED: GNU Make 4.2.90 (x86_64-pc-linux-gnu) built with gcc
=========================================================================
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?50492>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [bug #50492] configure missing / autoconf fails,
Ted Lyngmo <=