- Dec 19, 2010
-
-
Benedikt Meurer authored
/bin/sh does not support the -n option for echo. Use printf instead, which is independent of the shell.
-
- 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
-
Brian Tarricone authored
-
- Sep 19, 2009
-
-
Brian Tarricone authored
-
Brian Tarricone authored
also make the non-defaults explicit and therefore less confusing (it worked before due to default autoconf shell-ification of the first arg, but that's not immediately clear)
-
Brian Tarricone authored
This reverts commit 90d68641.
-
Jannis Pohlmann authored
AC_ARG_ENABLE executes the code its last parameter if the --enable flag is not provided, not if the --disable flag is not provided. That's why we need to set the value to "no", not to "yes". Also don't show the --disable-debug option (with weird indentation) because the help message already explains that there are --disable variants for all --enable options.
-
Jannis Pohlmann authored
This uses the m4_default() macro instead of the custom code to check which debug level should be used as the default. $default_level was not set when running configure with --help before. It seems we also need to use [enable_debug=$enableval] in AC_ARG_ENABLE() for enable_debug to be set. Tested it and it works fine.
-
Brian Tarricone authored
-
Brian Tarricone authored
-
Brian Tarricone authored
-
- Sep 18, 2009
-
-
Brian Tarricone authored
-
- Aug 26, 2009
-
-
Brian Tarricone authored
-
Brian Tarricone authored
-
Brian Tarricone authored
we can't tell version ordering, but it's possible it's fine, so just print a warning and proceed. autogen.sh writers shouldn't depend on particular git revisions, only on release versions, but let's soft-allow it.
-
Brian Tarricone authored
-
Brian Tarricone authored
-
Brian Tarricone authored
also rename some similar vars/functions for the same reason
-
Brian Tarricone authored
-
Brian Tarricone authored
-
Brian Tarricone authored
-
- Aug 19, 2009
-
-
Brian Tarricone authored
-
Brian Tarricone authored
-
Brian Tarricone authored
-
Brian Tarricone authored
-
Brian Tarricone authored
-
Brian Tarricone authored
-
- Aug 13, 2009
-
-
Brian Tarricone authored
-
- Jul 28, 2009
-
-
Brian Tarricone authored
users who wish to require a minimum version of xdt-autogen should export XDT_AUTOGEN_REQUIRED_VERSION, set to the minimum required version that is supported. (Old svn revision: 30414)
-
Brian Tarricone authored
(Old svn revision: 30408)
-
- May 04, 2009
-
-
Brian Tarricone authored
options when --enable-debug={yes,full} is specified. (Old svn revision: 29924)
-
- Feb 25, 2009
-
-
Stephan Arts authored
(Old svn revision: 29589)
-
- Feb 17, 2009
-
-
Jannis Pohlmann authored
script more portable. Properly detect changed ChangeLogs in SVN. This should get rid the empty lines when committing several changed ChangeLogs (bug #4716). Patch provided by Alexander Toresson. (Old svn revision: 29499)
-
- Jan 25, 2009
-
-
Jannis Pohlmann authored
* configure.in.in: Bump version. (Old svn revision: 29313)
-
- Jan 14, 2009
-
-
Jannis Pohlmann authored
(Old svn revision: 29243)
-
- Jan 12, 2009
-
-
Jannis Pohlmann authored
* configure.in.in: Bump version. (Old svn revision: 29189)
-
- Jan 10, 2009
-
-
Jannis Pohlmann authored
(Old svn revision: 29128)
-
- Nov 17, 2008
-
-
Brian Tarricone authored
terribly reliable, and Xfce doesn't need it anymore anyway. (Old svn revision: 28835)
-