- Jan 28, 2011
-
-
Gaetan Nadon authored
XORG_STRICT_OPTION from XORG_DEFAULT_OPTIONS calls AC_PROG_C_C99. This sets gcc with -std=gnu99. If AC_PROG_CC macro is called afterwards, it resets CC to gcc. Signed-off-by:
Gaetan Nadon <memsize@videotron.ca>
-
- Oct 28, 2010
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- Oct 07, 2010
-
-
Signed-off-by:
Jesse Adkins <jesserayadkins@gmail.com> Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- Jul 07, 2010
-
-
Alan Coopersmith authored
Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS The value of MAN_SUBST is the same for all X.Org packages. Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS The existing statement can now be removed from the configuration file. Use automake provided $(AM_V_GEN) and XORG_DEFAULT_OPTIONS provided $(SED) Enables silent rule and use platform appropriate version of sed. Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Signed-off-by:
Fernando Carrijo <fcarrijo@yahoo.com.br> Acked-by:
Tiago Vignatti <tiago.vignatti@nokia.com> Reviewed-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- Mar 29, 2010
-
-
Gaetan Nadon authored
Unrelated to the previous patches, the new value simply reflects the reality that the minimum level for autoconf to configure all x.org modules is 2.60 dated June 2006. ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz Signed-off-by:
Gaetan Nadon <memsize@videotron.ca>
-
Gaetan Nadon authored
Automake always includes it in the tarball. Signed-off-by:
Gaetan Nadon <memsize@videotron.ca>
-
- Feb 16, 2010
-
-
Gaetan Nadon authored
Compiler warning flags should be explicitly set in the makefile rather than being merged with other packages compiler flags. Signed-off-by:
Gaetan Nadon <memsize@videotron.ca>
-
- Jan 13, 2010
-
-
Gaetan Nadon authored
Refer to dmx.c Copyright 2002-2004 Red Hat Inc., Durham, North Carolina. Signed-off-by:
Gaetan Nadon <memsize@videotron.ca>
-
- Nov 28, 2009
-
-
Gaetan Nadon authored
Now that the INSTALL file is generated. Allows running make maintainer-clean.
-
- Oct 28, 2009
-
-
Gaetan Nadon authored
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.
-
- Oct 27, 2009
-
-
Gaetan Nadon authored
This macro aggregate a number of existing macros that sets commmon X.Org components configuration options. It shields the configuration file from future changes.
-
Gaetan Nadon authored
ChangeLog filename is known to Automake and requires no further coding in the makefile.
-
- Oct 22, 2009
-
-
Gaetan Nadon authored
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.
-
Gaetan Nadon authored
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.
-
- Oct 21, 2009
-
-
Jeremy Huddleston authored
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>
-
- Oct 05, 2009
-
-
Peter Hutterer authored
Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Peter Hutterer authored
Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
- Aug 28, 2009
-
- Aug 26, 2009
-
-
Peter Hutterer authored
Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
- Feb 03, 2009
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@sun.com>
-
- Jan 28, 2009
-
-
Paulo Cesar Pereira de Andrade authored
-
- May 11, 2008
-
-
Julien Cristau authored
-
- Dec 06, 2007
-
-
James Cloos authored
-
- Sep 03, 2007
-
-
James Cloos authored
-
- Jul 13, 2006
-
-
Alan Coopersmith authored
-
- Apr 26, 2006
-
-
Adam Jackson authored
-
- Apr 07, 2006
-
- Dec 21, 2005
-
- Dec 19, 2005
-
-
Adam Jackson authored
-
- Dec 15, 2005
-
- Dec 06, 2005
-
- Dec 03, 2005
-
-
Kevin E Martin authored
- Nov 28, 2005
-
-
Alan Coopersmith authored
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
-
- Nov 19, 2005
-
-
Kevin E Martin authored
application build-time dependencies, and update package deps to work with separate build roots.
-
- Nov 13, 2005
-
-
Alan Coopersmith authored
to substitute variables in man pages.
-
- Oct 19, 2005
-
- Aug 03, 2005
-
-
Adam Jackson authored
a global configure cache don't get confused.
-
- Jul 29, 2005
-
-
Kevin E Martin authored
- 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
-