Directory macros/

Directory Deleted:
2015-10-31 14:18
Total Files:
0
Deleted Files:
37
Lines of Code:
0

[root]/macros

Lines of Code

macros/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 94 (100.0%) 2249 (100.0%) 23.9
kbulgrien 20 (21.3%) 1637 (72.8%) 81.8
anmaster 2 (2.1%) 397 (17.7%) 198.5
partmedia 37 (39.4%) 170 (7.6%) 4.5
akirschbaum 34 (36.2%) 43 (1.9%) 1.2
ryo_saeba 1 (1.1%) 2 (0.1%) 2.0

Most Recent Commits

partmedia 2015-10-31 14:18 Rev.: 20023

Remove autotools build system

0 lines of code changed in 6 files:

  • macros: aclocal-include.m4 (del), ax_pthread.m4 (del), gtk-2.0.m4 (del), libcurl.m4 (del), pkg.m4 (del), sdl.m4 (del)
partmedia 2014-01-26 13:42 Rev.: 19232

Remove unused autoconf macros.

0 lines of code changed in 28 files:

  • macros: Makefile.am (del), autogen.sh (del), ax_check_gl.m4 (del), ax_check_glu.m4 (del), ax_check_glut.m4 (del), ax_lang_compiler_ms.m4 (del), compiler-flags.m4 (del), curses.m4 (del), gnome-bonobo-check.m4 (del), gnome-common.m4 (del), gnome-fileutils.m4 (del), gnome-gettext.m4 (del), gnome-ghttp-check.m4 (del), gnome-gnorba-check.m4 (del), gnome-guile-checks.m4 (del), gnome-libgtop-check.m4 (del), gnome-objc-checks.m4 (del), gnome-orbit-check.m4 (del), gnome-print-check.m4 (del), gnome-pthread-check.m4 (del), gnome-support.m4 (del), gnome-undelfs.m4 (del), gnome-vfs.m4 (del), gnome-x-checks.m4 (del), gnome-xml-check.m4 (del), gnome.m4 (del), linger.m4 (del), need-declaration.m4 (del)
partmedia 2013-08-25 09:41 Rev.: 18956

Remote automatically generated file.

0 lines of code changed in 1 file:

  • macros: Makefile.in (del)
partmedia 2013-07-14 00:17 Rev.: 18763

Update client macros to the latest version produced by 'autoreconf'. No manual changes were mode; hopefully nothing bad will happen.

170 lines of code changed in 2 files:

  • macros: pkg.m4 (+160 -30), sdl.m4 (+10 -6)
kbulgrien 2012-06-17 08:45 Rev.: 18265

- On Mageia 2, build with libfreeglut-devel failed due to the linker not
knowing to link with -lX11. In searching for a solution, I found the
AX_CHECK_GL, AX_CHECK_GLU, AX_CHECK_GLUT macros that are supposed to
improve compatibility various OpenGL implementations. See the files
here: http://code.google.com/p/autoconf-gl-macros/ . Though that did
not help with the X11 issue, the change is kept in the hope that it is
still an improvement. Though it was not used, the Microsoft compiler
detection support in this package was also included for completeness.
- The X11 issue seems to be related to a malfunction of AC_PATH_XTRA, as
it does not do what the documentation says it should do (at least in
this environment.) It does not set X_PRE_LIBS, X_LIBS, and X_XTRA_LIBS
and others seem to concur per web search. Though the AC_PATH_XTRA
method seems broken, this change hopefully leaves it as a fallback in
case the pkg_config method does not work.
- Since gtk-v2/src/Makefile is changed anyway, also fix the cproto/proto
target failure due to a upper/lowercase issue. A TAB/spaces consistency
issue is also addressed.
- The macros folder is updated to include the new M4 files that provide
AX_CHECK_GL, AX_CHECK_GLU, AX_CHECK_GLUT.

448 lines of code changed in 5 files:

  • macros: Makefile.am (+4), ax_check_gl.m4 (new 148), ax_check_glu.m4 (new 141), ax_check_glut.m4 (new 114), ax_lang_compiler_ms.m4 (new 41)
ryo_saeba 2011-10-27 11:41 Rev.: 15279

Apply patch #3428070: Autoreconf Warnings, by Steven Johnson.

2 lines of code changed in 1 file:

  • macros: libcurl.m4 (+2 -2)
kbulgrien 2010-09-28 01:04 Rev.: 13932

- It's not CVS anymore.

0 lines of code changed in 1 file:

  • macros: .cvsignore (del)
kbulgrien 2010-09-13 23:04 Rev.: 13811

- Not sure what this is for, but the comment says to update it, so here we go.

0 lines of code changed in 2 files:

  • macros: Makefile.am (changed)
kbulgrien 2010-09-13 20:01 Rev.: 13809

- GTK 1 is long gone, so replace the macro file with one for GTK 2.

196 lines of code changed in 2 files:

  • macros: gtk-2.0.m4 (new 196), gtk.m4 (del)
kbulgrien 2009-09-15 06:46 Rev.: 12191

- Add a new m4 macro ax_pthread.m4 to (hopefully) better suport detection of
pthreads. See: SF tracker ID 2850517 for info: crossfire-client-1.12.0
build failure under Slackware 12.2 - ID: 2850517. Note that ax_thread.m4 is
itself licensed under GPLv3. Note a possibility for license confusion, but
also note that a review of various projects shows a fairly common precedent
of allowing mixed licenses in the m4 macro directory - not all explicitly
documenting the fact that different licenses are used. Other projects
maintain a file identifying copyright and licensing provisions for various
parts of the project. Whereas it is very likely other sources will be
modified, it is highly unlikely anyone will expect to modify the .m4 macros
in this project.
- Replace AC_CHECK_LIB(pthread, pthread_create) method of detecting pthreads
with AX_PTHREAD()i
- Modify the configure.ac file to create a configure script that reports if
the x11 client is built. There is no reason to avoid this since it reports
other clients are or are not built.
- Modify the configure script notice "Will build * renderer" to "With *
renderer" since it looks silly in the case where no clients are built that
use the renderers.
- Modify common, x11, gtk, and gtk-v2 Makefile.am files to use PTHREAD_CFLAGS
and PTHREAD_LIBS variables as advised by the new macros/ax_pthread.m4 file.
It is advised that both CFLAGS and LIBS variables be used (even though on
some systems both are not needed).

542 lines of code changed in 1 file:

  • macros: ax_pthread.m4 (new 542)
anmaster 2008-06-01 13:12 Rev.: 9207

Remove acinclude.m4 and add macros/libcurl.m4 (as acinclude.m4 just contained
a copy of what should have been in macros/libcurl.m4).

240 lines of code changed in 1 file:

  • macros: libcurl.m4 (new 240)
anmaster 2008-06-01 03:05 Rev.: 9188

Yet more fixes of Makefile.am/aclocal stuff: Make aclocal install needed macros
into the macros directory.

157 lines of code changed in 1 file:

  • macros: pkg.m4 (new 157)
kbulgrien 2007-09-02 23:20 Rev.: 7104

aclocal.m4
configure
Makefile.in
common/Makefile.in
gtk/Makefile.in
gtk-v2/Makefile.in
gtk-v2/themes/Makefile.in
gtk-v2/src/Makefile.in
gtk-v2/glade/Makefile.in
help/Makefile.in
pixmaps/Makefile.in
sound-src/Makefile.in
utils/Makefile.in
x11/Makefile.in
- Result of new and fixed m4 files.
autogen.sh
- Point aclocal at macros so that undefined macros do not crash ./configure
macros/gtk.m4
macros/sdl.m4
- ./configure should never crash, so add to remove errors as follows:
aclocal:configure.in:?: warning: macro `AM_PATH_GTK' not found in library
./configure: line ?: syntax error near unexpected token `1.0.0'
./configure: line ?: ` AM_PATH_GTK(1.0.0)'
aclocal:configure.in:?: warning: macro `AM_PATH_SDL' not found in library
./configure: line ?: syntax error near unexpected token `1.1.3'
./configure: line ?: ` AM_PATH_SDL(1.1.3)'
macros/curses.m4
macros/gnome-print-check.m4
macros/gnome-gettext.m4
macros/linger.m4
macros/need-declaration.m4
- Update .m4 files from a newer glade package to remove many warnings like
the following:
macros/linger.m4:4: warning: underquoted definition of AC_STRUCT_LINGER

451 lines of code changed in 9 files:

  • macros: curses.m4 (+27 -22), gnome-gettext.m4 (+8 -5), gnome-print-check.m4 (+36 -144), gtk.m4 (new 194), linger.m4 (new), need-declaration.m4 (+2 -2), sdl.m4 (new 181)
akirschbaum 2007-06-27 13:57 Rev.: 6716

Remove trailing whitespace.

43 lines of code changed in 34 files:

  • macros: aclocal-include.m4 (+2 -2), autogen.sh (+2 -2), compiler-flags.m4 (+2 -2), curses.m4 (new), gnome-bonobo-check.m4 (+4 -5), gnome-common.m4 (+1 -2), gnome-fileutils.m4 (+1 -1), gnome-gettext.m4 (new), gnome-ghttp-check.m4 (+1 -1), gnome-guile-checks.m4 (+1 -1), gnome-libgtop-check.m4 (new), gnome-objc-checks.m4 (+1 -1), gnome-print-check.m4 (+4 -4), gnome-support.m4 (new), gnome-vfs.m4 (+1 -3), gnome-xml-check.m4 (new), gnome.m4 (+4 -4)
Generated by StatSVN 0.7.0