History log of /external/bluetooth/glib/acglib.m4
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
9e26679c3d90e2c46a03d2b6ada5a3fe8f66b410 27-Feb-2004 Matthias Clasen <maclas@gmx.de> quote AC_DEFUN macro names so automake 1.8 won't whine at us. (#134882)

Fri Feb 27 02:00:34 2004 Matthias Clasen <maclas@gmx.de>

* acglib.m4: quote AC_DEFUN macro names so automake
1.8 won't whine at us. (#134882)
/external/bluetooth/glib/acglib.m4
d0579998b20a9932260a79969b01dbfe958da0ee 12-Dec-2002 Owen Taylor <otaylor@redhat.com> === Release 2.1.4 ===

Wed Dec 11 17:53:34 2002 Owen Taylor <otaylor@redhat.com>

* === Release 2.1.4 ===

* NEWS: Updates.
/external/bluetooth/glib/acglib.m4
901377bcefb7c2f6847dc10db2fa229ebce791e9 05-Dec-2002 Owen Taylor <otaylor@redhat.com> Start of fixes for cross-compilation. Based on patches from Dimi Shahbaz,

Thu Dec 5 15:24:14 2002 Owen Taylor <otaylor@redhat.com>

Start of fixes for cross-compilation. Based on
patches from Dimi Shahbaz, Dan Kegel, Johannes Stenzenbach,
Amy Lin. (#58786)

* configure.in: Don't run the Digital-Unix 4 -std1 check
when cross_compiling.

* configure.in: Use AC_TRY_COMPILE() rather than
AC_TRY_RUN() for inline checks. (Daniel Egger)

* configure.in: use AC_CHECK_SIZEOF rather than
GLIB_SIZEOF for size_t. Remove unused checks for
size of ptrdiff_t/intmax_t.

* acglib.m4: Resync GLIB_SIZEOF of to the current
AC_CHECK_SIZEOF, which handles cross-compilation.

* acglib.m4: Remove no longer needed GLIB_SYSDEFS(),
add GLIB_CHECK_VALUE() as a wrapper around the
amazing _AC_COMPUTE_INT() autoconf 2.5x internal.

* configure.in: Redo the POLL* value checks in a
cross-compilation friendly way.

Thu Dec 5 15:28:37 2002 Owen Taylor <otaylor@redhat.com>

* glib/gtimer.c: Include glibconfig.h early so
that we include <windows.h> when needed.

* glib/gstrfuncs.c: Fix typo.
/external/bluetooth/glib/acglib.m4
fb2e5a27d9b1e2a95f68f20976d8c9ca7c41de47 13-May-2002 Owen Taylor <otaylor@redhat.com> If sizeof(int) == sizeof(long) run compilation tests to determine which

Mon May 13 11:55:33 2002 Owen Taylor <otaylor@redhat.com>

* configure.in acglib.m4: If sizeof(int) == sizeof(long)
run compilation tests to determine which way gsize should
be defined. (#74413, reported by Miroslaw Dobrzanski-Neumann)
/external/bluetooth/glib/acglib.m4
31fc683b98c29bfdbb6356752874395e845a2153 08-Dec-2000 Raja R Harinath <harinath@src.gnome.org> Rename from GLIB_DIVERT_BEFORE_HELP. Update to track autoconf 2.49b.

* acglib.m4 (GLIB_AC_DIVERT_BEFORE_HELP):
Rename from GLIB_DIVERT_BEFORE_HELP.
Update to track autoconf 2.49b.
* configure.in: Reflect above change.
(AC_EGREP_HEADER): Rename from really obselete AC_HEADER_EGREP.
(debug_default): Replace "if test `expr ...`" with "case".
/external/bluetooth/glib/acglib.m4
a626a650e533eba3ee76f4c8375cf41bc964f6cf 16-Oct-2000 Raja R Harinath <harinath@src.gnome.org> gmodule: New variable. (dist-hook): Handle $(BUILT_EXTRA_DIST).

gmodule:
* Makefile.am (BUILT_EXTRA_DIST): New variable.
(dist-hook): Handle $(BUILT_EXTRA_DIST).

gobject:
* Makefile.am (BUILT_EXTRA_DIST): New variable.
(dist-hook): Handle $(BUILT_EXTRA_DIST).
(*): Remove traces of @STRIP_{BEGIN,END}@.

gthread:
* Makefile.am (BUILT_EXTRA_DIST): New variable.
(dist-hook): Handle $(BUILT_EXTRA_DIST).

docs/reference:
'make distcheck' fixes.
* glib/Makefile.am (EXTRA_DIST): Add $(DOC_MODULE)-decl.txt.
(html): Run 'gtkdoc-fixxref' in $(srcdir).
(dist-check-gtkdoc): Add missing quote.
(dist-hook): Copy in dependency order, so that none of the
makerules are fired in a tarball build.

* gobject/Makefile.am: Likewise.

toplevel:
Remove need for acconfig.h, and misc. cleanups.
* acglib.m4 (GLIB_SIZEOF): Add 'autoheader' comment to
AC_DEFINE_UNQUOTED.
(GLIB_BYTE_CONTENTS): Likewise.

* configure.in: Add 'autoheader' comments to all AC_DEFINE(...)
and AC_DEFINE_UNQUOTED(...) lines.
Replace AC_MSG_CHECKING/AC_CACHE_VAL with AC_CACHE_CHECK.
(AM_PROG_LIBTOOL): Move after AC_PROG_CC.

* acconfig.h: Empty out.

* Makefile.am (BUILT_EXTRA_DIST): New variable. List 'dist'able
files that are created in the builddir.
(dist-hook): Handle those files.
(libglib_1_3_la_SOURCES): Remove @ALLOCA@. @ALLOCA@ should only
be used in an _LDADD or _LIBADD, since it expands (if necessary)
to 'alloca.o'.

* tests/Makefile.am (BUILT_EXTRA_DIST): New variable.
(dist-hook): Handle $(BUILT_EXTRA_DIST).
/external/bluetooth/glib/acglib.m4
08cf3868c9e678d3161610be110af79d9cf92375 10-Oct-2000 Raja R Harinath <harinath@src.gnome.org> Remove stray '}'
/external/bluetooth/glib/acglib.m4
306bd3a2bf59423938f71279b4208fdf0114df24 09-Oct-2000 Raja R Harinath <harinath@src.gnome.org> Work with beta autoconf 2.50.
* configure.in (GLIB_MAJOR_VERSION): Use GLIB_DIVERT_BEFORE_HELP
instead of AC_DIVERT_PUSH(),AC_DIVERT_POP.
(AC_CHECK_HEADERS): Remove redundant AC_DEFINE(HAVE_...).
(REALLOC_0_WORKS): Move AC_DEFINE outside AC_CACHE_VAL.
(dlopen): Quote nested AC_CHECK_... calls.

* acglib.m4 (GLIB_TR_SH, GLIB_TR_CPP): Utility macros copied from
beta autoconf 2.50.
(GLIB_DIVERT_BEFORE_HELP): New macro that works both with autoconf
2.13 and beta autoconf 2.50.
(GLIB_SIZEOF, GLIB_BYTECONTENTS): Use GLIB_TR_*.
/external/bluetooth/glib/acglib.m4
cb2f0780515a11bd5ed8138cbf53428bb3c6d2ed 26-Jul-2000 Tim Janik <timj@gtk.org> include <stdlib.h> and <stddef.h> if STDC_HEADERS is defined.

Wed Jul 26 05:03:24 2000 Tim Janik <timj@gtk.org>

* acglib.m4 (GLIB_SIZEOF): include <stdlib.h> and <stddef.h> if
STDC_HEADERS is defined.

* glib.h:
* glibconfig.h: define gsize and gssize in terms of GLIB_SIZEOF_SIZE_T

* glib.h (g_return_if_reached): applied darin's fix for copy'n
paste error in the macro implementation.
/external/bluetooth/glib/acglib.m4
90f6cc9bf2453e5da385b2d547704091dd8afbb8 17-Jun-1999 Sebastian Wilhelmi <wilhelmi@ira.uka.de> Completed the thread support in GLib. Thread creation, prioritizing


1999-06-17 Sebastian Wilhelmi <wilhelmi@ira.uka.de>

* configure.in, acglib.m4, acconfig.h, glib.h, gthread.c:
Completed the thread support in GLib. Thread creation,
prioritizing threads, yielding, joining threads as well as
reader/writer locks and recursive mutexes are now in place. Please
test heavily on your platform. It is so far tested on
Linux/i386/pthreads, Solaris/Sparc/pthreads and
Solaris/Sparc/solaristhreads.

* gtimer.c, glib.h: Implement g_usleep (gulong microseconds) for
thread safe sleeping. (sleep() is not MT-safe at all!)

* gutils.c: Avoid compiler warning.

* tests/Makefile.am, tests/thread-test.c: New program to test some
aspects of the thread implementation.

* gthread.c, Makefile.am: Renamed from gmutex.c to reflect the
change of content.

* configure.in: Purged all appearances of nspr.

* gthread/gthread-posix.c, gthread-solaris.c: Added the native
implementations for the GLib's extended thread support.

* gthread/gthread-nspr.c: Removed for good. NSPR is nothing we
would want to build upon.

* gthread/gthread.c: Renamed to gthread-impl.c to avoid
confusion with ../gthread.c (Formerly known as the file called
gmutex.c)

* gthread/testgthread.c: Removed. The new and much extended
tests are in ../tests/thread-test.c.

* gthread/Makefile.am: Changed to reflect the changes above.
/external/bluetooth/glib/acglib.m4
6927b5b4778c028c6c80f92012fad38b05a99840 05-Jan-1999 Manish Singh <yosh@src.gnome.org> some echos interpret \n's and some don't. Deal with accordingly.

* acglib.m4: some echos interpret \n's and some don't. Deal with
accordingly.

-Yosh
/external/bluetooth/glib/acglib.m4
6e7e2575d72bc2cfa10ec3cbaa4035b1667294b1 26-Dec-1998 Manish Singh <yosh@src.gnome.org> acglib.m4 provide defaults for POLL sysdefs, simple enums don't work with

* acglib.m4
* configure.in: provide defaults for POLL sysdefs, simple enums
don't work with bitwise logic. Reported by Daniel Skarda
<0rfelyus@atrey.karlin.mff.cuni.cz>

-Yosh
/external/bluetooth/glib/acglib.m4
e0153773a69fe64b2643c0d74c40af2dee7eb38f 19-Dec-1998 Tim Janik <timj@gtk.org> fixed up sys/poll.h and sys/types.h inclusions.

Sat Dec 19 04:27:17 1998 Tim Janik <timj@gtk.org>

* fixed up sys/poll.h and sys/types.h inclusions.
/external/bluetooth/glib/acglib.m4
c0c488e4baa1730eb893456c52ea879f25e312e1 19-Dec-1998 Tim Janik <timj@gtk.org> fixed up gthread includes, cleaned up glibconfig.h a little bit.

Sat Dec 19 03:10:50 1998 Tim Janik <timj@gtk.org>

* fixed up gthread includes, cleaned up glibconfig.h a little bit.
/external/bluetooth/glib/acglib.m4