- Add $Id: $ tags
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 23 Sep 2009 19:40:25 +0000 (19:40 +0000)
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 23 Sep 2009 19:40:25 +0000 (19:40 +0000)
- FindHtmlViewer.cmake: Try to add reading the name of the
  html viewer from the HTML_VIEWER environment variable (untested)

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

25 files changed:
cmake/modules/CMakeInstallDirs.cmake
cmake/modules/FindADNS.cmake
cmake/modules/FindCAP.cmake
cmake/modules/FindCARES.cmake
cmake/modules/FindGCRYPT.cmake
cmake/modules/FindGEOIP.cmake
cmake/modules/FindGLIB2.cmake
cmake/modules/FindGNUTLS.cmake
cmake/modules/FindGTK2.cmake
cmake/modules/FindHtmlViewer.cmake
cmake/modules/FindKERBEROS.cmake
cmake/modules/FindLEX.cmake
cmake/modules/FindLUA.cmake
cmake/modules/FindM.cmake
cmake/modules/FindPCAP.cmake
cmake/modules/FindPCRE.cmake
cmake/modules/FindPORTAUDIO.cmake
cmake/modules/FindPYTHON.cmake
cmake/modules/FindSED.cmake
cmake/modules/FindSH.cmake
cmake/modules/FindSMI.cmake
cmake/modules/FindWSWIN32.cmake
cmake/modules/FindYACC.cmake
cmake/modules/FindZ.cmake
cmake/modules/UseLemon.cmake

index 19e2c85ed73404017b91bec4b714b47094ba96dd..d503662666f315460428ef02fba463ac248b381e 100644 (file)
@@ -1,3 +1,6 @@
+#
+# $Id$
+#
 ###################################################################
 #
 #  Copyright (c) 2006 Frederic Heem, <frederic.heem@telsey.it>
index c7df80f0eb6cf601798db1abb6618e01804c8d3c..9b4fe3939975d95b110b5dbd71d38e9a7b247e1a 100644 (file)
@@ -1,3 +1,6 @@
+#
+# $Id$
+#
 # - Find adns
 # Find the native ADNS includes and library
 #
index 607b2b16337c328140522db8b59f3d4d1ccb928c..ec4fdd90fe48f618e31c8660ba48a0f049a19f45 100644 (file)
@@ -1,3 +1,6 @@
+#
+# $Id$
+#
 # - Find capabilities
 # Find the native CAP includes and library
 #
index e821453e0732ab5a6faec796b1f544a7ed99fb2b..e4552d7bd04f90447c0f411cc8477a9f5cbc47a1 100644 (file)
@@ -1,3 +1,6 @@
+#
+# $Id$
+#
 # - Find cares
 # Find the native CARES includes and library
 #
index 5920a83949c3851dad142a96a3d49273bc30299c..2a01cad8cf5e4e06216a1df5ac8162222b96d3ea 100644 (file)
@@ -1,3 +1,6 @@
+#
+# $Id$
+#
 # - Find gcrypt
 # Find the native GCRYPT includes and library
 #
index 5a84cf29fecd4151654edc5e06707acf26870597..a7c993db78b646d65500050043e1a90e40b8132c 100644 (file)
@@ -1,3 +1,6 @@
+#
+# $Id$
+#
 # - Find GeoIP
 # Find the native GEOIP includes and library
 #
index e8069d74835c807680eb13cbfb5b8ec90f91f3f8..c00932f22c6157227286ecee4e168e092ffcaab2 100644 (file)
@@ -1,4 +1,7 @@
-# - Try to find GLIB2
+#
+# $Id$
+#
+# Try to find GLIB2
 # Once done this will define
 #
 #  GLIB2_FOUND - system has GLIB2
index 37558aaf2b60fb03229d921cd3fdd21df38b86b8..91f105881d731ae569cf6f2c5a22293ae98c361a 100644 (file)
@@ -1,3 +1,6 @@
+#
+# $Id$
+#
 # - Find gnutls
 # Find the native GNUTLS includes and library
 #
index 97ebfdbf07432cfa09d9b6d433ed57af69a53c58..83ccdda14e2f2185f24df3f3f5cc14941ce8fc1f 100644 (file)
@@ -1,4 +1,6 @@
 #
+# $Id$
+#
 # try to find GTK2 (and glib) and GTK2GLArea
 #
 # GTK2_INCLUDE_DIRS  - Directories to include to use GTK2
index 6753dec9ef55c7b344916318c08b4beeac65e68c..40cd03d4b26b75c6f82cc15c80a2a3894d0131f2 100644 (file)
@@ -1,3 +1,6 @@
+#
+# $Id$
+#
 # - Find an html viewer program
 #
 #  HTML_VIEWER_EXECUTABLE - the full path to perl
@@ -10,6 +13,7 @@ FIND_PROGRAM(HTML_VIEWER_EXECUTABLE
     xdg-open
     mozilla
     htmlview
+    ENV{HTML_VIEWER}
   PATHS
     ${CYGWIN_INSTALL_PATH}/bin
     /bin
index 4fb800249463446443577723184d5dcd1c61bc40..1c255350ff6d5080d5ac169d8306cb684c08a0ba 100644 (file)
@@ -1,3 +1,6 @@
+#
+# $Id$
+#
 # - Find kerberos
 # Find the native KERBEROS includes and library
 #
index 66da86f824f46bef216c8d7d3f1354e83ca343b7..f84c8967ded1ab30cec9805dc42b86f2007b679d 100644 (file)
@@ -1,3 +1,6 @@
+#
+# $Id$
+#
 # - Find lex executable
 #
 
index 55e47a864d0eb2b1b074db817c3921c0957e0115..a24f91ac242af6754038f9d9a2e80b0a537a02f9 100644 (file)
@@ -1,3 +1,6 @@
+#
+# $Id$
+#
 # Locate Lua library
 # This module defines
 #  LUA_FOUND, if false, do not try to link to Lua 
index 6f4477334fcbe5d67f27caa8d855c5e29b0cce94..b2177dcbab94511503b7b87ab784fd43878ef24e 100644 (file)
@@ -1,3 +1,6 @@
+#
+# $Id$
+#
 # - Find math
 # Find the native M includes and library
 #
index b082a05f0dba4274f2539d23da0d76e1ad136c66..05e92d2796693fd645a6803a17dcaed06a9f0187 100644 (file)
@@ -1,3 +1,6 @@
+#
+# $Id$
+#
 ###################################################################
 #
 #  Copyright (c) 2006 Frederic Heem, <frederic.heem@telsey.it>
index 120adb421b7a26db0fa710ac3b70fb110190b35b..125235609ec02ac60e7cb3acf8aa30b6dde29124 100644 (file)
@@ -1,3 +1,6 @@
+#
+# $Id$
+#
 # - Find pcre
 # Find the native PCRE includes and library
 #
index f7f098c65e5ae15e74833b428e73e31a5f0a5c0c..29f831185c93c1817e4f1956509c615b55000e8a 100644 (file)
@@ -1,3 +1,6 @@
+#
+# $Id$
+#
 # - Find portaudio
 # Find the native PORTAUDIO includes and library
 #
index 9f12f3c5e5bd2b3f871756436beb2862d90c66c9..793083610590b825f0df2157eedbbb23953f74c3 100644 (file)
@@ -1,3 +1,6 @@
+#
+# $Id$
+#
 # - Find python libraries
 # This module finds if Python is installed and determines where the
 # include files and libraries are. It also determines what the name of
index ec95b3fa617701d532fb1ebb1c43f6196715ba8a..21b21c7cf607b42f3db19f4fa1ed875ef2ef496b 100644 (file)
@@ -1,3 +1,6 @@
+#
+# $Id$
+#
 # - Find unix commands from cygwin
 # This module looks for some usual Unix commands.
 #
index aaa87735f56967d0d5f07caa5d65f275e72b3288..394336e20e7b56f3cd6c124d69751644364941f2 100644 (file)
@@ -1,3 +1,6 @@
+#
+# $Id$
+#
 # - Find unix commands from cygwin
 # This module looks for some usual Unix commands.
 #
index b9cafcbf46fd36b7d2b7a4be613ed3d92187c1db..8850cb65d951235284a2c04db75c9c7a61defbdb 100644 (file)
@@ -1,3 +1,6 @@
+#
+# $Id$
+#
 # - Find smi
 # Find the native SMI includes and library
 #
index cfa626167dd5fa592cb92b0b9b7d16617d7c5d40..3b7cabc0228504b66062a6e0a99118cbf7776003 100644 (file)
@@ -1,3 +1,6 @@
+#
+# $Id: $
+#
 # - Find packages bundled with Windows
 #
 
index 0f49be7654e24784f7a06aa5428ee7674145f0aa..9972136879c6e86cee112919113127066d4cd5ec 100644 (file)
@@ -1,3 +1,6 @@
+#
+# $Id$
+#
 # - Find unix commands from cygwin
 # This module looks for some usual Unix commands.
 #
index c7217e905afcb2c8aa68e2b29e3b44ae2101f14b..cf2a7dd7000b60c4c36e64931c6672b817abaae5 100644 (file)
@@ -1,3 +1,6 @@
+#
+# $Id$
+#
 # - Find zlib
 # Find the native ZLIB includes and library
 #
index 77cd700a3f97bf072c86061882a2dd00555cc7a0..04608715aa37ec4cc6b05bcf968421530875ecf0 100644 (file)
@@ -1,3 +1,6 @@
+#
+# $Id$
+#
 MACRO(ADD_LEMON_FILES _sources )
     set(_lemonpardir ${CMAKE_SOURCE_DIR}/tools/lemon)
     FOREACH (_current_FILE ${ARGN})