monotone-commits-diffs
[Top][All Lists]
Advanced

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

[Monotone-commits-diffs] Revision 9c0bb9b509e63897e6a52c907988cef2d4a8fe


From: monotone
Subject: [Monotone-commits-diffs] Revision 9c0bb9b509e63897e6a52c907988cef2d4a8fe0d
Date: Sat, 24 Jan 2009 02:23:48 +0100

-----------------------------------------------------------------
Revision: 9c0bb9b509e63897e6a52c907988cef2d4a8fe0d
Ancestor: 1c069d8736d169b25eaa747d9a5ceabcb59e79b6
Author: address@hidden
Date: 2009-01-23T22:43:07
Branch: net.venge.monotone.stripped

Deleted entries:
        m4/acx_pthread.m4 m4/fexception.m4 m4/iconv_translit.m4
        m4/localeworks.m4
Renamed entries:
        unix/tester-check-net.c to unix/tester-check-net.cc
        win32/tester-check-net.c to win32/tester-check-net.cc
Modified files:
        Makefile.am configure.ac m4/idna.m4 m4/lua.m4 m4/pcre.m4
        m4/pkg.m4 m4/sqlite.m4 m4/xgettextflag.m4 mkstemp.cc
        unix/tester-check-net.cc win32/tester-check-net.cc

ChangeLog: 

Configuration cleanup part 2.

 * Makefile.am: Change all generated .c files to .cc files.
 * unix/tester-check-net.c, win32/tester-check-net.c: Change extension
   to .cc, eliminating remaining uses of plain C compiler.  Fix compile
   errors revealed by this change.

 * configure.ac: Stay in C++ mode throughout, except for gettext
   macros which only work in C mode.  Don't need to probe
   characteristics of C compiler.  Remove a couple more unnecessary
   tests.  Put back AM_ICONV and add comment explaining why it's
   necessary. Use AC_CANONICAL_HOST to detect Windows and AIX.

 * m4/sqlite.m4, m4/pcre.m4, m4/idna.m4: Don't AC_LANG_ASSERT([C]).
 * m4/lua.m4: Use <lua.hpp>.

 * m4/xgettextflag.m4: Code to prevent auto-regeneration of .po files
   moved here from configure.ac.

 * m4/acx_pthread.m4, m4/fexception.m4, m4/iconv_translit.m4,
   m4/localeworks.m4: No longer used, delete.
 * m4/pkg.m4: Update from upstream (just fixes some documentation).

 * mkstemp.cc: Remove redundant #include "base.hh" which was making
   'make distcheck' bomb out.

Attachment: txtv2tRtRt5jn.txt
Description: Diff [1c069d8736d169b25eaa747d9a5ceabcb59e79b6] -> [9c0bb9b509e63897e6a52c907988cef2d4a8fe0d]


reply via email to

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