Move the GeoIP entry where it belongs.
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 8 Oct 2011 19:44:36 +0000 (19:44 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 8 Oct 2011 19:44:36 +0000 (19:44 +0000)
Expand a couple of comments.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39317 f5534014-38df-0310-8fa8-9805f1628bb7

macosx-setup.sh

index 390c0896df7a245ef9b6f3c46033f0ae990a392b..a00671e4a258a360f3b44a75a160afee076ceade 100755 (executable)
@@ -11,7 +11,7 @@
 #
 # Versions to download and install.
 #
-# These are required.
+# The following libraries are required.
 #
 GETTEXT_VERSION=0.18.1.1
 GLIB_VERSION=2.29.8
@@ -28,10 +28,11 @@ GDK_PIXBUF_VERSION=2.23.4
 GTK_VERSION=2.24.5
 
 #
-# These are optional.  Comment them out if you don't want them.
+# The following libraries are optional.
+# Comment them out if you don't want them, but note that some of
+# the optional libraries are required by other optional libraries.
 #
 LIBSMI_VERSION=0.4.8
-GEOIP_VERSION=1.4.8
 #
 # libgpg-error is required for libgcrypt.
 #
@@ -52,6 +53,7 @@ PORTAUDIO_VERSION=pa_stable_v19_20110326
 # current version; should we just download that, with some other
 # way of specifying whether to download the GeoIP API?
 #
+GEOIP_VERSION=1.4.8
 
 #
 # You need Xcode installed to get the compilers.