aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/macosx
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2008-05-21 12:35:05 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2008-05-21 12:35:05 +0000
commit45c585f6907b11f037128091f7d8deba43ec0288 (patch)
treedc151f37c20c11a14887f9727b62ce836e64b432 /packaging/macosx
parent19e26942d215d4913abf49be59c663be0a1c90b7 (diff)
Fetch version from correct variable, after changes done in r25232.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25338 f5534014-38df-0310-8fa8-9805f1628bb7
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