summaryrefslogtreecommitdiff
path: root/autogen.sh
Commit message (Collapse)AuthorAgeFilesLines
* Use autoreconf to bootstrap xfce4-dev-tools itselfRomain Bouvier2021-03-051-8/+3
|
* Implement XDT_VERSION_INITNatanael Copa2020-06-041-10/+1
| | | | | | | | | | | | | | | | | | | | | | Add an XDT_VERSION_INIT help macro that will define a set of version macros using esyscmd so we no lnger need to use configure.ac.in to perpare the version string for AC_INIT. XDT_VERSION_INIT(SEMVER, [TAG] will set the following macros: - xdt_version - xdt_version_major - xdt_version_minor - xdt_version_micro - xdt_version_tag - xdt_version_build - xdt_debug_default Example usage: XDT_VERSION_INIT([4.15.3],[git]) AC_INIT([xfce4-someproject], [xdt_version()]) ... XDT_FEATURE_DEBUG([xdt_debug_default])
* Switch to "foreign" mode for automakeRomain Bouvier2020-05-121-1/+1
| | | | | | | | | | - This way, we don't need to provide a README file, now that we start to switch to README.md for markdown readme on gitlab - "[..] differences between the gnu and foreign flavours is that the former requires the presence of a number of files in the top-level of the projects": https://autotools.io/automake/options.html - It also stop warning when using GNU make syntax, but we already mandate gnu make, so it's not a problem
* Cleanup xfce4-dev-toolsRomain Bouvier2019-05-231-1/+1
| | | | | | | | - Remove useless macros: m4macros/xdt-python.m4 and m4macros/xdt-xfce.m4 are not used - Update URLs - Remove xdt-commit, used to generate Changelog, now done via make distcheck
* Fix autotools m4 warningHarald Judt2015-02-171-0/+2
|
* Some build improvements.Nick Schermer2013-01-061-1/+1
|
* Never use xdt-autogen in autogen.sh.Nick Schermer2011-12-101-12/+9
|
* Fix FSF address and add missing licenses.Nick Schermer2011-03-061-3/+15
|
* use git for revision substitutionBrian J. Tarricone2009-08-181-11/+8
|
* * autogen.sh: Fix typo.Jannis Pohlmann2008-09-041-1/+1
| | | | (Old svn revision: 27650)
* * autogen.sh: Add support for git svn revision versioning.Jannis Pohlmann2008-09-041-1/+8
| | | | (Old svn revision: 27649)
* Fixed NULL revision string for certain locales.Daichi Kawahata2006-02-251-1/+1
| | | | (Old svn revision: 20044)
* 2005-09-01 Benedikt Meurer <benny@xfce.org>Benedikt Meurer2005-09-011-11/+14
| | | | | | | | | * autogen.sh: Don't depend on xfce4-dev-tools in autogen.sh. (Old svn revision: 17247)
* 2005-08-31 Benedikt Meurer <benny@xfce.org>Benedikt Meurer2005-08-311-13/+15
| | | | | | | | | | * configure.in.in, autogen.sh: Merge build framework changes from libexo. (Old svn revision: 17214)
* 2005-01-27 Benedikt Meurer <benny@xfce.org>Benedikt Meurer2005-01-271-3/+8
| | | | | | | | * autogen.sh, scripts/xdt-autogen.in: Don't run the configure script if the environment variable NOCONFIGURE is set. (Old svn revision: 2267)
* 2005-01-26 Benedikt Meurer <benny@xfce.org>Benedikt Meurer2005-01-261-2/+2
| | | | | | | | | | | * autogen.sh: Be sure to pass command line parameters to xdt-autogen and configure. * m4macros/xdt-i18n.m4: Add missing fi, so now XDT_I18N() works properly. * .cvsignore, m4macros/.cvsignore, scripts/.cvsignore: Shut up CVS. (Old svn revision: 2265)
* Initial revisionBMEURER_20050126Benedikt Meurer2005-01-261-0/+21
(Old svn revision: 2260)