summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-01-27config: remove AC_PROG_CC as it overrides AC_PROG_C_C99Gaetan Nadon
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>
2010-10-06Purge cvs tags.Jesse Adkins
Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-08-11Xau.man: replace hard-coded 3 with __libmansuffix__Gaetan Nadon
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-08-11Xau.man: remove whitespace as reported by git diff checkGaetan Nadon
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-08-11config: simplify building of shadow man pagesGaetan Nadon
Store the shadow files in git as any other man page. Move man pages to man dir and use the common makefile Local fix in CVS for bug 5628 is not required as the problem has been fixed in util-macros d9062e4077ebfd0985baf8418f3d0f111b9ddbba Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-19Bump to 1.0.6libXau-1.0.6Julien Cristau
2010-07-19Require xorg-macros 1.4 for XORG_INSTALLJulien Cristau
2010-07-19Kill cvs keywordJulien Cristau
2010-05-29Xau.man: Add missing const attributesBrice Goglin
Reported by Tom Fogal in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=583599
2010-05-29Xau.man: Fix XauGetAuthByAddr() prototypeBrice Goglin
Add missing name_length and name parameters. Reported by Tom Fogal in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=583599
2010-05-26Use AC_PROG_SED to find sed to use for man pagesAlan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-05-26Use $(AM_V_GEN) to silence man page generationAlan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-03-30config: update AC_PREREQ statement to 2.60Gaetan Nadon
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>
2010-03-30config: remove the pkgconfig pc.in file from EXTRA_DISTGaetan Nadon
Automake always includes it in the tarball. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-02-16config: move CWARNFLAGS from configure.ac to Makefile.amGaetan Nadon
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>
2009-11-27Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILESGaetan Nadon
Now that the INSTALL file is generated. Allows running make maintainer-clean.
2009-10-28INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206Gaetan 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-27Deploy the new XORG_DEFAULT_OPTIONS #24242Gaetan 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-26Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432Gaetan 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 # 24239Gaetan 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-21This 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-08-28libXau 1.0.5libXau-1.0.5Peter Hutterer
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-02-22Make file locking more robust for network shares like AFPJeremy Huddleston
2009-02-06Restore FamilyKrb5Principal definitionAlan Coopersmith
Even if Kerberos5 support is currently unimplemented in the X server & libXau, the Family id for the X11 protocol is still defined and reserved for Kerberos5, and should be recorded here for interoperability with other implementations and to avoid reuse if someone adds a new authentication family in the future. Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-02-02Remove old api kerberos.Paulo Cesar Pereira de Andrade
LibXau uses a 1993 kerberos api, but the X Server side support has been already removed for quite some time. This corrects bug report https://bugs.freedesktop.org/show_bug.cgi?id=14684
2009-01-29Janitor: Correct make distcheck and remove extra .gitignore file.Paulo Cesar Pereira de Andrade
2008-08-26Version bump: 1.0.4libXau-1.0.4Alan Coopersmith
2008-08-26Bug 17314: libXau's Makefile.am should have proper man creation rulesDamien Th?bault
X.Org Bugzilla #17314 <http://bugs.freedesktop.org/show_bug.cgi?id=17314> Patch #18528 <http://bugs.freedesktop.org/attachment.cgi?id=18528> Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2008-07-08SVR4 (including Solaris) puts gethostbyname_r in libnsl instead of libcAlan Coopersmith
2007-08-21Bug #11097: libXau COPYING fix (add missing copyright dates)Daniel Drake
X.Org Bugzilla #11097 <https://bugs.freedesktop.org/show_bug.cgi?id=11097>
2006-12-16bump to 1.0.3libXau-1.0.3Daniel Stone
2006-12-06Makefile.am: make ChangeLog hook saferDaniel Stone
Make ChangeLog hook as safe as possible.
2006-07-28Version bump -> 1.0.2libXau-1.0.2Alan Coopersmith
2006-07-24Require xorg-macros 1.1.0 or later for XORG_WITH_LINT & XORG_LINT_LIBRARY macrosAlan Coopersmith
2006-07-24Add lint library to CLEANFILESAlan Coopersmith
2006-07-16set GIT_DIR=${srcdir}/.git for git-logMatthieu Herrb
2006-07-13Generate lint library for checking programs that call functions in libXauAlan Coopersmith
(Disabled by default, enable with --enable-lint-library)
2006-07-13renamed: include/.cvsignore -> include/.gitignoreAlan Coopersmith
2006-07-12Replace static ChangeLog with dist-hook to generate from git-logAlan Coopersmith
2006-07-12Rename XORG_ENABLE_LINT to XORG_WITH_LINTAlan Coopersmith
2006-07-12Move --with-lint handling to XORG_ENABLE_LINT() in xorg-macros.m4Alan Coopersmith
2006-07-12Add *~ to .gitignore to ignore emacs droppingsAlan Coopersmith
2006-07-12renamed: .cvsignore -> .gitignoreAlan Coopersmith
2006-06-28Add "--with-lint" configure flag and "make lint" Makefile target to checkAlan Coopersmith
source code with lint, sparse or similar tools.
2006-06-28Changelog for last commit:Alan Coopersmith
Remove prototype for XauGetAuthByName to clear lint warning: name declared but never used or defined Fix sparse warnings: -warning: Using plain integer as NULL pointer -warning: non-ANSI definition of function
2006-06-28Remove prototype for XauGetAuthByName to clear lint warning: name declaredAlan Coopersmith
but never used or defined Fix sparse warnings: -warning: Using plain integer as NULL pointer -warning: non-ANSI definition of function
2006-06-10Clean up existing Autest test program and use to provide simple (and veryAlan Coopersmith
incomplete) "make check" test case.
2006-05-12Bump to 1.0.1libXau-1_0_1XORG-7_1Adam Jackson
2006-05-08Bug #5628 <https://bugs.freedesktop.org/show_bug.cgi?id=5628> Shadow pagesKevin E Martin
not created correctly when MANDIR & MANSUFFIX don't match.
2005-12-15Update package version number for final X11R7 release candidate.XORG-7_0_99_901XORG-7_0XORG-6_99_99_904Kevin E Martin