Fix some comments and some indentation.
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 16 Mar 2012 08:02:35 +0000 (08:02 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 16 Mar 2012 08:02:35 +0000 (08:02 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@41596 f5534014-38df-0310-8fa8-9805f1628bb7

acinclude.m4

index 2d1df93a59dfbdb9ff29e36f7c426c153a867238..45cbc1dfbbd896480ec2693ecd1845c26feab18f 100644 (file)
@@ -892,15 +892,14 @@ AC_DEFUN([AC_WIRESHARK_LIBLUA_CHECK],[
 
                AC_CHECK_LIB(lua, luaL_register,
                [
-                   #
-                   #  Lua 5.1 found
-                   #
+                       #
+                       #  Lua 5.1 found
+                       #
                        if test "x$lua_dir" != "x"
                        then
                                #
-                               # Put the "-I" and "-L" flags for lua at
-                               # the beginning of CFLAGS, CPPFLAGS,
-                               # LDFLAGS, and LIBS.
+                               # Put the "-I" and "-L" flags for lua into
+                               # LUA_INCLUDES and LUA_LIBS, respectively.
                                #
                                LUA_LIBS="-L$lua_dir/lib -llua -lm"
                                LUA_INCLUDES="-I$lua_dir/include"
@@ -1053,9 +1052,9 @@ AC_DEFUN([AC_WIRESHARK_LIBPORTAUDIO_CHECK],[
                        if test "x$portaudio_dir" != "x"
                        then
                                #
-                               # Put the "-I" and "-L" flags for portaudio at
-                               # the beginning of CFLAGS, CPPFLAGS,
-                               # LDFLAGS, and LIBS.
+                               # Put the "-I" and "-L" flags for portaudio
+                               # into PORTAUDIO_INCLUDES and PORTAUDIO_LIBS,
+                               # respectively.
                                #
                                PORTAUDIO_LIBS="-L$portaudio_dir/lib -lportaudio"
                                PORTAUDIO_INCLUDES="-I$portaudio_dir/include"