gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/rtmp r9670: add cygnal specific configure


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/rtmp r9670: add cygnal specific configure tests in a way Gnash can use them for now.
Date: Sat, 01 Nov 2008 08:46:35 -0600
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 9670
committer: address@hidden
branch nick: rtmp
timestamp: Sat 2008-11-01 08:46:35 -0600
message:
  add cygnal specific configure tests in a way Gnash can use them for now.
added:
  cygnal/acinclude.m4
=== added file 'cygnal/acinclude.m4'
--- a/cygnal/acinclude.m4       1970-01-01 00:00:00 +0000
+++ b/cygnal/acinclude.m4       2008-11-01 14:46:35 +0000
@@ -0,0 +1,49 @@
+dnl  
+dnl  Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+dnl  
+dnl  This program is free software; you can redistribute it and/or modify
+dnl  it under the terms of the GNU General Public License as published by
+dnl  the Free Software Foundation; either version 3 of the License, or
+dnl  (at your option) any later version.
+dnl  
+dnl  This program is distributed in the hope that it will be useful,
+dnl  but WITHOUT ANY WARRANTY; without even the implied warranty of
+dnl  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+dnl  GNU General Public License for more details.
+dnl  You should have received a copy of the GNU General Public License
+dnl  along with this program; if not, write to the Free Software
+dnl  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+dnl  
+
+dnl These aren't needed unless this is buult standalone. Currently Cygnal is
+dnl built as part of Gnash, so this is included in the top level configure,.ac.
+dnl
+
+dnl AC_PREREQ(2.50)
+dnl AC_INIT(gnash, trunk)
+dnl AC_CONFIG_SRCDIR(libcore/gnash.h)
+dnl AM_CONFIG_HEADER(gnashconfig.h)
+
+dnl AC_CANONICAL_BUILD
+dnl AC_CANONICAL_HOST
+
+dnl dnl --------------------------------------------------------
+dnl dnl Figure out development tool stuff
+dnl dnl --------------------------------------------------------
+
+dnl AC_PROG_CC
+dnl AC_PROG_CXX
+dnl AC_EXEEXT
+dnl AC_PROG_INSTALL
+dnl AM_COMPILER_LIB
+
+AC_DEFUN([CYGNAL_PATHS],
+[
+
+dnl For Asynchronous I/O
+dnl AC_CHECK_HEADERS(aio.h poll.h)
+
+dnl Look for the various ways of blocking while waiting for I/O
+AC_CHECK_FUNCS(pselect poll epoll)
+ 
+])
\ No newline at end of file


reply via email to

[Prev in Thread] Current Thread [Next in Thread]