mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
Use testsuite -C.
* tests/local.mk: Replace "cd && testsuite" by "testsuite -C". Solves problems when top_srcdir is an absolute path. Suggested by Eric Blake. * configure.ac: Require Autoconf 2.62.
This commit is contained in:
@@ -16,8 +16,8 @@
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
# We have strange test case titles, so we need Autoconf 2.61 or better.
|
||||
AC_PREREQ(2.61)
|
||||
# testsuite -C appears in 2.62.
|
||||
AC_PREREQ(2.62)
|
||||
|
||||
AC_INIT([GNU Bison],
|
||||
m4_esyscmd([build-aux/git-version-gen .tarball-version]),
|
||||
|
||||
Reference in New Issue
Block a user