summaryrefslogtreecommitdiff
path: root/packaging/macosx
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2008-05-21 12:35:05 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2008-05-21 12:35:05 +0000
commitcf0f78ba4b6f5c5038e1d350a48f4ab60a440d51 (patch)
treedc151f37c20c11a14887f9727b62ce836e64b432 /packaging/macosx
parent8a1e393ce4f2647503cd502e3cf72c80316cb331 (diff)
downloadwireshark-cf0f78ba4b6f5c5038e1d350a48f4ab60a440d51.tar.gz
Fetch version from correct variable, after changes done in r25232.
svn path=/trunk/; revision=25338
Diffstat (limited to 'packaging/macosx')
-rwxr-xr-xpackaging/macosx/osx-dmg.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/macosx/osx-dmg.sh b/packaging/macosx/osx-dmg.sh
index 954ca203e3..6e0be6fec4 100755
--- a/packaging/macosx/osx-dmg.sh
+++ b/packaging/macosx/osx-dmg.sh
@@ -116,7 +116,7 @@ case `uname -p` in
esac
# Set the version
-version=`grep '^AM_INIT_AUTOMAKE' ../../configure.in | sed -e 's/.*, //' -e 's/)//'`
+version=`grep '^AC_INIT' ../../configure.in | sed -e 's/.*, //' -e 's/)//'`
if [ -z "$version" ] ; then
echo "Cannot find VERSION in ../../configure.in"
exit 1