- Apr 14, 2012
-
-
Nick Schermer authored
-
- Apr 13, 2012
-
-
Nick Schermer authored
-
Nick Schermer authored
-
Nick Schermer authored
This disables the g_return_ macros, and quite often we rely on that. So for the sake of stability, disable those.
-
Nick Schermer authored
Use AUTOCONF_VERSION for automake-$ver, ACLOCAL_VERSION for aclocal-$ver, AUTOMAKE_VERSION for automake-$ver and AUTOHEADER_VERSION for autoheader-$ver. This removes the custom checks for the //newest// binary version, which gets constantly outdated.
-
Nick Schermer authored
-
- Feb 20, 2012
-
-
Nick Schermer authored
-
- Jan 16, 2012
-
-
Jannis Pohlmann authored
-
Jannis Pohlmann authored
-
- Dec 10, 2011
-
-
Nick Schermer authored
-
- Nov 13, 2011
-
-
Nick Schermer authored
-
Nick Schermer authored
-
- Nov 03, 2011
-
-
Nick Schermer authored
Support LT_PREREQ as the new alternative of AC_PROG_LIBTOOL. If the latter is used, show a message with information how to switch to LT_PREREQ.
-
- Oct 13, 2011
-
-
Nick Schermer authored
-
Nick Schermer authored
-
- Sep 08, 2011
-
-
The translations have been removed from the code -- Nick.
-
- Jul 03, 2011
-
-
Nick Schermer authored
Use the macro shipped with pkg-config for detection of $PKG_CONFIG. This to fix cross-build compatibility.
-
- Apr 28, 2011
-
-
- Apr 25, 2011
-
-
Nick Schermer authored
signal.h has an inline that redeclares __errno.
-
- Mar 22, 2011
-
-
Nick Schermer authored
-
Nick Schermer authored
This breaks the sun studio compiler and since -g defaults to level 2, it provides enough backtrace information.
-
- Mar 07, 2011
-
-
Nick Schermer authored
The FreeBSD bot has some problems with this flag. Disable it on non-linux systems, since it's not that important.
-
- Mar 06, 2011
-
-
Nick Schermer authored
-
- Jan 16, 2011
-
-
Jannis Pohlmann authored
-
Jannis Pohlmann authored
-
Jannis Pohlmann authored
-
- Jan 02, 2011
-
-
Nick Schermer authored
-
Nick Schermer authored
-
- Dec 19, 2010
-
-
Benedikt Meurer authored
-
Benedikt Meurer authored
-
Benedikt Meurer authored
/bin/sh does not support the -n option for echo. Use printf instead, which is independent of the shell.
-
- Nov 21, 2010
-
-
- Oct 31, 2010
-
-
Nick Schermer authored
-
Nick Schermer authored
-
-
Nick Schermer authored
This adds an extra check when XDT_AUTOGEN_CHECK_DOCS is defined. This variable points to the directory that should contain the xfce4-docs submodule. If no submodule clone if found and autogen.sh is running from within a git clone, it will automatically initialize the submodule for the user, if not it will show an error and abort xdt-autogen, since configure will abort too if we continue because of missing makefile.am files.
-
- Jun 01, 2010
-
-
Nick Schermer authored
-
- Oct 23, 2009
-
-
Nick Schermer authored
This reverts commit 77d9703d.
-
- Oct 22, 2009
-
-
Nick Schermer authored
Only use XDT_FEATURE_VISIBILITY to detect if visibility is supported by the compiler. Setting the default visibility to hidden will break libraries and modules that don't set the visibility of their public function to "default".
-
- Sep 20, 2009
-
-
Brian Tarricone authored
-