Skip to content

Commit

Permalink
update make_rpm script for configure.ac
Browse files Browse the repository at this point in the history
  • Loading branch information
Shwartsman committed Mar 1, 2024
1 parent a714860 commit 7b42a78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bochs/build/redhat/make-rpm
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ SPECS=${RPMSRCPATH}/SPECS
RPMSPEC="build/redhat/bochs.rpmspec.template"
TMPDIR=/tmp

echo Reading version from configure.in script.
echo Reading version from configure.ac script.
VERSION='unknown'
eval `${GREP} '^VERSION="' configure.in`
eval `${GREP} '^VERSION="' configure.ac`
if test $? != 0 -o "$VERSION" = unknown; then
echo Could not get version number from configure.in script.
echo Could not get version number from configure.ac script.
echo Exiting.
exit 1
fi
Expand Down

0 comments on commit 7b42a78

Please sign in to comment.