view bootstrap @ 5286:00a0eac6b6cd octave-release-5.2.0_1

eliminate separate WIN_VERSION for Octave installers (bug #57740) * default-octave.mk, release-octave.mk, stable-octave.mk: Eliminate separate $(PKG)_WIN_VERSION variable. Copy value of $(PKG)_VERSION into octave-version file.
author John W. Eaton <jwe@octave.org>
date Thu, 06 Feb 2020 00:41:35 -0500
parents 8e9dce45d941
children
line wrap: on
line source

#!/bin/bash
## bootstrap script
## Run this to generate the configure script

set -e      # halt if unhandled error
aclocal
autoconf    # generate configure script