summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Release 4.8.0!xfce4-dev-tools-4.8.0xfce-4.8Jannis Pohlmann2011-01-162-8/+9
|
* Post release tag bump.Nick Schermer2011-01-021-1/+1
|
* Updates for release.xfce4-dev-tools-4.7.4Nick Schermer2011-01-022-1/+7
|
* Check for glibtoolize.Benedikt Meurer2010-12-191-1/+7
|
* Merge remote branch 'origin'Benedikt Meurer2010-12-196-826/+60
|\
| * Fix typo.Enrico Tröger2010-11-211-1/+1
| |
| * Updates for release.xfce4-dev-tools-4.7.3Nick Schermer2010-10-311-0/+7
| |
| * Check if $1 is a file before calling cat (bug #6101).Nick Schermer2010-10-311-1/+1
| |
| * Check for automake 1.11.Yves-Alexis Perez2010-10-311-2/+2
| |
| * Add check stage for documentation submodules.Nick Schermer2010-10-312-3/+41
| | | | | | | | | | | | | | | | | | | | | | | | 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.
| * Build ChangeLog from GIT.Nick Schermer2010-06-013-820/+9
| |
* | Use printf instead of echo -n.Benedikt Meurer2010-12-191-3/+3
|/ | | | | /bin/sh does not support the -n option for echo. Use printf instead, which is independent of the shell.
* Revert "Don't set the default visibility in XDT_FEATURE_VISIBILITY."Nick Schermer2009-10-231-0/+2
| | | | This reverts commit 77d9703dccee853d007c3b7133bc14accff66203.
* Don't set the default visibility in XDT_FEATURE_VISIBILITY.Nick Schermer2009-10-221-2/+0
| | | | | | | 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".
* == 4.7.2 released! ==xfce4-dev-tools-4.7.2Brian J. Tarricone2009-09-202-2/+9
|
* fix typo that breaks XDT_FEATURE_LINKER_OPTSBrian J. Tarricone2009-09-203-2/+6
|
* == 4.7.1 released! ==xfce4-dev-tools-4.7.1Brian J. Tarricone2009-09-192-2/+73
|
* put --disable-debug back and fix defaults for visibility and linker optsBrian J. Tarricone2009-09-191-5/+5
| | | | | | 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)
* Revert "Fix XDT_FEATURE_LINKER_OPTS and XDT_FEATURE_VISIBILITY."Brian J. Tarricone2009-09-191-2/+4
| | | | This reverts commit 90d686411e994a0adfe822e917b1954538d95b74.
* Fix XDT_FEATURE_LINKER_OPTS and XDT_FEATURE_VISIBILITY.Jannis Pohlmann2009-09-191-4/+2
| | | | | | | | | | 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.
* Fix default detection and $enable_debug value in XDT_FEATURE_DEBUG().Jannis Pohlmann2009-09-191-5/+3
| | | | | | | | | 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.
* beef up the XDT_FEATURE_DEBUG macro a bitBrian J. Tarricone2009-09-182-8/+28
|
* s/SVN/Git/Brian J. Tarricone2009-09-181-1/+1
|
* add XDT_FEATURE_LINKER_OPTSBrian J. Tarricone2009-09-182-1/+38
|
* add XDT_FEATURE_VISIBILITYBrian J. Tarricone2009-09-182-0/+53
|
* add do-not-edit warning to top of autogenerated configure.{ac,in}Brian J. Tarricone2009-08-261-1/+9
|
* remove configure.{ac,in} on 'clean' if configure.{ac,in}.in existsBrian J. Tarricone2009-08-261-9/+14
|
* print warning if attempting to compare git revision versionsBrian J. Tarricone2009-08-261-3/+4
| | | | | | | 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.
* make lookup_configure_ac_files act like lookup_configure_ac_in_filesBrian J. Tarricone2009-08-261-9/+8
|
* add gitignoreBrian J. Tarricone2009-08-261-0/+16
|
* rename CONFIGURE_FILES to CONFIGURE_AC_FILES for clarityBrian J. Tarricone2009-08-261-40/+40
| | | | also rename some similar vars/functions for the same reason
* be a little more portable, and select the best awk implementationBrian J. Tarricone2009-08-261-7/+42
|
* also recognize new-school AC_CONFIG_HEADERS() as requiring autoheaderBrian J. Tarricone2009-08-262-2/+6
|
* the -q option to grep is specified by POSIX, so no reason not to use itBrian J. Tarricone2009-08-261-8/+8
|
* re-add git revision tagBrian J. Tarricone2009-08-181-1/+1
|
* == 4.7.0 released! ==xfce4-dev-tools-4.7.0Brian J. Tarricone2009-08-181-1/+1
|
* rename ChangeLog and autogenerate new oneBrian J. Tarricone2009-08-182-220/+620
|
* fix distcheck (output is in builddir, not srcdir)Brian J. Tarricone2009-08-181-1/+1
|
* use git for revision substitutionBrian J. Tarricone2009-08-182-17/+14
|
* do @REVISION@ and @LINGUAS@ substitution in xdt-autogenBrian J. Tarricone2009-08-182-3/+70
|
* add module description fileBrian J. Tarricone2009-08-121-0/+28
|
* add --version and -V options, add required minimum version check.Brian Tarricone2009-07-285-4/+110
| | | | | | | | 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)
* also support the newer IT_PROG_INTLTOOL macroBrian Tarricone2009-07-283-3/+11
| | | | (Old svn revision: 30408)
* * m4macros/xdt-features.m4: Add a bunch more compiler warningBrian Tarricone2009-05-042-12/+55
| | | | | | options when --enable-debug={yes,full} is specified. (Old svn revision: 29924)
* Update Changelog, NEWS and version-infoxfce-4.6.0Stephan Arts2009-02-253-3/+16
| | | | (Old svn revision: 29589)
* * scripts/xdt-commit: Replace grep -P with awk and thus make theJannis Pohlmann2009-02-172-3/+13
| | | | | | | | | 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)
* * == 4.5.99.1 released! ==Jannis Pohlmann2009-01-252-3/+8
| | | | | | * configure.in.in: Bump version. (Old svn revision: 29313)
* * configure.in.in: Post-release version bump.Jannis Pohlmann2009-01-142-1/+5
| | | | (Old svn revision: 29243)
* * == 4.5.93 released! ==xfce-4.6beta3Jannis Pohlmann2009-01-122-1/+6
| | | | | | * configure.in.in: Bump version. (Old svn revision: 29189)
* * NEWS: Update NEWS for the upcoming 4.5.93 release.Jannis Pohlmann2009-01-102-9/+8
| | | | (Old svn revision: 29128)