325 Commits

Author SHA1 Message Date
Yevgen Muntyan
04b6b2d767 Removed AC_REQUIRE([MOO_PKG_CHECK_GTK_VERSIONS]), it's a problem in ggap 2007-02-09 20:24:14 -06:00
Yevgen Muntyan
3146fd9c53 Old intltool doesn't like my makefile, create subdirs from toplevel directories 2007-02-03 09:41:57 -06:00
Yevgen Muntyan
f0d20a93b1 Don't need AC_TYPE_SIGNAL thing 2007-02-03 09:06:18 -06:00
Yevgen Muntyan
0056ca73f7 Use libtool macro for sed 2007-02-01 09:26:55 -06:00
Yevgen Muntyan
6b03b14d1c Backed out changeset 9d5b9030eb22eef2f0188dc41b7228c54f582668, the autoconf macro contains way too much internal autoncf stuff 2007-02-01 09:20:58 -06:00
Yevgen Muntyan
a49cdece87 Copied AC_PROG_SED from autoconf-2.60 2007-02-01 08:31:20 -06:00
Yevgen Muntyan
8b2c75ff7f Made it work without xml 2007-01-26 09:59:02 -06:00
Yevgen Muntyan
5e5a2c8746 Renamed MOO_VERSION_WHATEVER to MOO_WHATEVER_VERSION 2007-01-22 08:15:28 -06:00
Yevgen Muntyan
b53e63c047 Added checks for gdk target; separated version split macro to _MOO_SPLIT_VERSION 2007-01-22 08:11:22 -06:00
Yevgen Muntyan
39809c58d0 Added checks for -Wno-missing-field-initializers and -Wno-unused 2007-01-22 08:10:07 -06:00
Yevgen Muntyan
3b5af78e66 Corrected help string 2007-01-20 03:16:03 -06:00
Yevgen Muntyan
cd1f729711 Fixed build without python 2007-01-18 05:35:10 -06:00
Yevgen Muntyan
c561b26fd0 Added MOO_OS_LINUX 2007-01-18 03:17:39 -06:00
Yevgen Muntyan
89e27d4210 Fixed broken test invocations 2007-01-18 03:17:20 -06:00
Yevgen Muntyan
7a3026290a Do not confuse LIBS and LDFLAGS, and do not blame autoconf for my ignorance 2007-01-13 00:02:16 -06:00
Yevgen Muntyan
7b54d3f70d Do not use python's LINKFORSHARED, libtool can take care of linking shared libraries 2007-01-10 13:57:49 -06:00
Yevgen Muntyan
82bef9e766 Removed unused _MOO_AC_CHECK_PYGTK_MINGW 2007-01-10 13:57:21 -06:00
Yevgen Muntyan
18ed310365 New macro for mingw python, actually working; made mingw-configure make configure remember everything, so mingw-configure is required only for initial configuration 2007-01-10 04:15:27 -06:00
Yevgen Muntyan
2783146fe2 Made xdgmime work on win32 2007-01-06 04:18:50 -06:00
Yevgen Muntyan
c29e16d72a Install moo.xml with some mime types; run update-mime-database and gtk-update-icon-cache; make distcheck work with those 2007-01-05 18:10:54 -06:00
Yevgen Muntyan
4f977f456d Do not hardcode translations list, intltool picks it up from po/LINGUAS 2007-01-02 20:39:28 -06:00
Yevgen Muntyan
13601264f9 Reworked build system for python modules 2007-01-02 05:07:30 -06:00
Yevgen Muntyan
da327f25f6 Always do g_threads_init() 2006-12-30 22:08:27 -06:00
Yevgen Muntyan
35fbbc0b27 Build python plugin if libmoo is installed 2006-12-22 03:42:47 -06:00
Yevgen Muntyan
5f84de1eda AC_SYS_LARGEFILE 2006-12-21 01:18:43 -06:00
Yevgen Muntyan
b7b74ef602 Made it possible to build python module only, python module + libmoo, libmoo only, and so forth 2006-12-20 18:21:31 -06:00
Yevgen Muntyan
c370937807 Added options for building library and python module 2006-12-19 21:58:30 -06:00
Yevgen Muntyan
39e2388d70 Corrected AC_CHECK_DECL call 2006-12-19 02:33:00 -06:00
Yevgen Muntyan
7a2a275bb1 Check if FAM is provided by gamin 2006-12-19 02:25:46 -06:00
Yevgen Muntyan
2131a40865 Use FAMNoExists when available 2006-12-13 03:58:58 -06:00
Yevgen Muntyan
ce2565cb45 Removed --enable-relocation option; modified installation directories business a bit 2006-12-12 22:54:49 -06:00
Yevgen Muntyan
a82d4d18f0 Generate compiled resourse files from *.rc.in files, without intermediate *.rc target 2006-12-12 22:43:15 -06:00
Yevgen Muntyan
e2e3a9e7f8 Made nicer/saner some macros 2006-12-12 20:02:04 -06:00
Yevgen Muntyan
ed76c60d60 Moved generation of ini and rc files to makefiles 2006-12-12 01:46:30 -06:00
Yevgen Muntyan
1d29dab1ab Unbroke --with-moosomething configure options 2006-12-11 16:11:38 -06:00
Yevgen Muntyan
3344cc4eab Moved MOO_INSTALL_LIB and friends into moo-flags.m4; moved all version stuff into moo-version.m4 2006-12-10 23:35:07 -06:00
Yevgen Muntyan
b43dea3c7f Moved most macros into MOO_AC_FLAGS 2006-12-10 16:45:52 -06:00
Yevgen Muntyan
752a4a24e9 Added FAM back; rewrote a bit of MooFileWatch 2006-12-08 14:55:46 -06:00
Yevgen Muntyan
8940dcee02 Do not build terminal by default 2006-12-08 04:11:54 -06:00
Yevgen Muntyan
ff94f8fc11 Added check for gthread; use gthread on windows 2006-12-08 02:23:15 -06:00
Yevgen Muntyan
693422c207 Separated libmoo version and modules version 2006-12-05 01:30:20 -06:00
Yevgen Muntyan
d69b2bd2d9 Suppress couple intel warnings 2006-12-03 01:46:21 -06:00
Yevgen Muntyan
15ef6c27d3 Do not #define gtk_object_sink, it breaks when GTK_DISABLE_DEPRECATED is not defined 2006-11-27 08:19:34 -06:00
Yevgen Muntyan
c69d6c2705 Regenerate configure when some m4 file is changed 2006-11-26 01:08:56 -06:00
Yevgen Muntyan
2dcdb532b4 Compile in configure arguments 2006-11-25 11:46:37 -06:00
Yevgen Muntyan
d07dbb8be6 Use pygtk-2.6 2006-11-15 01:30:44 -06:00
Yevgen Muntyan
7d0d452922 MOO_BACKTRACE() 2006-11-15 01:28:57 -06:00
Yevgen Muntyan
e0286daa2a Do use pygtk-2.6 2006-11-14 11:20:39 -06:00
Yevgen Muntyan
302d9c54eb Fixed distutils module check: debug python builds always print stuff to stderr 2006-11-11 21:43:21 -06:00
Yevgen Muntyan
46376dfcb5 Use python-2.5 instead of python-2.3 on win32; include gtk runtime in the installer 2006-11-11 03:01:50 -06:00