Revision: 40607
          http://brlcad.svn.sourceforge.net/brlcad/?rev=40607&view=rev
Author:   starseeker
Date:     2010-09-19 14:37:46 +0000 (Sun, 19 Sep 2010)

Log Message:
-----------
Identify what needs to be done for AC_HEADER_* macros.

Modified Paths:
--------------
    brlcad/branches/cmake/CMakeLists.txt

Modified: brlcad/branches/cmake/CMakeLists.txt
===================================================================
--- brlcad/branches/cmake/CMakeLists.txt        2010-09-18 16:06:12 UTC (rev 
40606)
+++ brlcad/branches/cmake/CMakeLists.txt        2010-09-19 14:37:46 UTC (rev 
40607)
@@ -724,12 +724,17 @@
 # syslog.h, tar.h, termios.h, trace.h, ucontext.h, ulimit.h, unistd.h,
 # utime.h, utmpx.h, wordexp.h
 
-
-# Not sure if this is correct or not - need to read the AC_ macros
-# being called for these
+# Need to define CMake functionality that does the same thing
+# as these AC macros:
+# AC_HEADER_STDC (following line is insufficient)
 BRLCAD_INCLUDE_FILE(stddef.h STDC_HEADERS)
-#DIRENT
-#SYS_WAIT
+#
+# also:
+# AC_HEADER_DIRENT
+# AC_HEADER_SYS_WAIT
+#
+# see
+# http://www.gnu.org/software/hello/manual/autoconf/Particular-Headers.html
 
 # Need to compare this with the configure.ac list 
 BRLCAD_INCLUDE_FILE(alloca.h HAVE_ALLOCA_H)


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to