Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-17 | config: allow to build tarball when yacc is missing | Gaetan Nadon | |
Autoconf does not handle this scenario as well as Automake does. If gram.c is already there, do not abort the configuration if yacc is missing as it is not needed. If both gram.c and yacc are missing, abort configuration. Yacc is a required tool to build the package. Signed-off-by: Gaetan Nadon <memsize@videotron.ca> | |||
2010-06-04 | config: add check for yacc to insure it is installed #27973 | Gaetan Nadon | |
Unlike other macros AC_PROG_YACC sets the YACC variable to "yacc" as a last resort, even if no programs have been found. Improve error checking by issuing an error message if yacc is not found. The module cannot build anyway. Signed-off-by: Gaetan Nadon <memsize@videotron.ca> | |||
2010-01-14 | Update Sun license notices to current X.Org standard form | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
2009-11-26 | Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES | Gaetan Nadon | |
Now that the INSTALL file is generated. Allows running make maintainer-clean. | |||
2009-10-28 | INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 | Gaetan Nadon | |
Add missing INSTALL file. Use standard GNU file on building tarball README may have been updated Remove AUTHORS file as it is empty and no content available yet. Remove NEWS file as it is empty and no content available yet. | |||
2009-10-27 | Deploy the new XORG_DEFAULT_OPTIONS #24242 | Gaetan Nadon | |
This macro aggregate a number of existing macros that sets commmon X.Org components configuration options. It shields the configuration file from future changes. | |||
2009-10-26 | Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432 | Gaetan Nadon | |
ChangeLog filename is known to Automake and requires no further coding in the makefile. | |||
2009-10-22 | .gitignore: use common defaults with custom section # 24239 | Gaetan Nadon | |
Using common defaults will reduce errors and maintenance. Only the very small or inexistent custom section need periodic maintenance when the structure of the component changes. Do not edit defaults. | |||
2009-10-21 | This is not a GNU project, so declare it foreign. | Jeremy Huddleston | |
On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote: > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote: > > I noticed an INSTALL file in xlsclients and libXvMC today, and it > > was quite annoying to work around since 'autoreconf -fvi' replaces > > it and git wants to commit it. Should these files even be in git? > > Can I nuke them for the betterment of humanity and since they get > > created by autoreconf anyways? > > See https://bugs.freedesktop.org/show_bug.cgi?id=24206 As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation of the INSTALL file. It is also part of the 24206 solution. Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org> | |||
2009-10-01 | Add README with pointers to mailing lists, bugzilla, & git | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
2009-07-11 | twm: use XORG_CHANGELOG macro to create ChangeLog. #22611 | Gaetan Nadon | |
Build break: app/twm/Makefile.am: command not found: git-log Adding the macro in configure.ac and use it in Makefile.am Refer to: https://bugs.freedesktop.org/show_bug.cgi?id=22611 Tested: running autogen.sh, make and 'make dist' Signed-off-by: Gaetan Nadon <memsize@videotron.ca> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> | |||
2008-03-06 | twm 1.0.4twm-1.0.4 | Adam Jackson | |
2008-02-21 | Change twm_CFLAGS to AM_CFLAGS to make automake-1.10 happier | Alan Coopersmith | |
src/Makefile.am:35: compiling `add_window.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.ac' | |||
2008-02-21 | Explicitly require libSM & libICE since twm calls them directly | Alan Coopersmith | |
2007-12-06 | Replace static ChangeLog with dist-hook to generate from git log | James Cloos | |
2007-11-29 | X.Org Bug #5691: twm mouse button limit too low | Wolfgang Rupprecht | |
<https://bugs.freedesktop.org/show_bug.cgi?id=5691> | |||
2007-09-03 | Add *~ to .gitignore to skip patch/emacs droppings | James Cloos | |
2007-08-23 | Rename .cvsignore to .gitignore | James Cloos | |
2006-11-30 | bump to 1.0.3twm-1.0.3 | Daniel Stone | |
2006-11-28 | Fix system.twmrc handling | Matthieu Herrb | |
2006-10-13 | Bump to 1.0.2twm-1.0.2 | Adam Jackson | |
2006-06-03 | Coverity #369: If malloc of entry->wm_command fails, error cleanup was | Alan Coopersmith | |
still trying to read pointers from it to free. | |||
2006-06-03 | Coverity #1508: Variable "action" not freed or pointed-to | Alan Coopersmith | |
2005-12-21 | Update package version for X11R7 release.XORG-7_1XORG-7_0_99_901XORG-7_0 | Kevin E Martin | |
2005-12-19 | Stub COPYING files | Adam Jackson | |
2005-12-15 | Update package version number for final X11R7 release candidate.XORG-6_99_99_904 | Kevin E Martin | |
2005-12-06 | Change *man_SOURCES ==> *man_PRE to fix autotools warnings.MODULAR_COPY | Kevin E Martin | |
2005-12-03 | Update package version number for X11R7 RC3 release.XORG-6_99_99_903 | Kevin E Martin | |
2005-11-28 | Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4 | Alan Coopersmith | |
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir) | |||
2005-11-21 | Another pass at .cvsignores for apps. | Eric Anholt | |
2005-11-20 | Add/improve .cvsignore files for apps. | Eric Anholt | |
2005-11-19 | Update pkgconfig files to separate library build-time dependencies from | Kevin E Martin | |
application build-time dependencies, and update package deps to work with separate build roots. | |||
2005-10-19 | Update package version number for RC1 release.XORG-6_99_99_902XORG-6_99_99_901 | Kevin E Martin | |
2005-10-17 | Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to | Alan Coopersmith | |
work better with BSD make | |||
2005-10-16 | Capitalize O in "X.Org Foundation" | Alan Coopersmith | |
Use cpp to substitute variables in man pages | |||
2005-10-15 | Have generated files be cleaned by maintainer to pass check-tarball test. | Kevin E Martin | |
2005-10-09 | Bug #3755 <https://bugs.freedesktop.org/show_bug.cgi?id=3755> twm can'tXORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901 | Alan Coopersmith | |
handle 8-bit characters in .twmrc (Tomohiro KUBOITA) | |||
2005-10-09 | Bug #3755 <https://bugs.freedesktop.org/show_bug.cgi?id=3755> twm can't | Alan Coopersmith | |
handle 8-bit characters in .twmrc (Tomohiro KUBOITA) | |||
2005-10-09 | Bug #3755 <https://bugs.freedesktop.org/show_bug.cgi?id=3755> twm can't | Alan Coopersmith | |
handle 8-bit characters in .twmrc (Tomohiro KUBOITA) | |||
2005-08-02 | Mark generated files as BUILT_SOURCES and CLEANFILES to ensure they are | Keith Packard | |
regenerated after 'make clean' and to make parallel builds work right. | |||
2005-08-01 | Install man pages to section 1 instead of section m (Patch from DonnieXORG-6_99_99_900 | Alan Coopersmith | |
Berkholz) | |||
2005-07-30 | Add prototypes of Xalloc/free functions.XORG-6_8_99_900 | Alan Coopersmith | |
Export ImUtil.h to match modular tree install. Define SVR4 to 1 to avoid warning about redefining to different values. Include missing headers to clear more compiler warnings. | |||
2005-07-29 | Various changes preparing packages for RC0: | Kevin E Martin | |
- Verify and update package version numbers as needed - Implement versioning scheme - Change bug address to point to bugzilla bug entry form - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to reenable it) - Fix makedepend to use pkgconfig and pass distcheck - Update build script to build macros first - Update modular Xorg version | |||
2005-07-20 | Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global | Adam Jackson | |
configure cache, you cache it, and the cached value is probably wrong. | |||
2005-07-17 | fix rules to work with non-GNU make and outside of $srcdir | Matthieu Herrb | |
2005-07-16 | Add #ifdef HAVE_CONFIG_H/#include "config.h" to files that need it to getXORG-6_8_99_16 | Alan Coopersmith | |
HAS_MKSTEMP defined in modular builds. | |||
2005-07-16 | Define HAS_MKSTEMP if mkstemp() is present (needed for improved protection | Alan Coopersmith | |
against tempfile race conditions in many places) | |||
2005-07-14 | Add _BSD_SOURCE - patch from Stefan Dirsch | Søren Sandmann Pedersen | |
2005-07-14 | Add makefile that CVS ate - patch from Stefan Dirsch | Søren Sandmann Pedersen | |
2005-07-11 | Bug #3754: Fix window misplacement in twm. (Christopher Mario Mae)XORG-6_8_99_15 | Daniel Stone | |