summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* libXaw 1.0.9libXaw-1.0.9Alan Coopersmith2011-01-111-1/+1
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* config: prevent config.status from being generated three timesGaetan Nadon2010-11-211-7/+9
| | | | | | | | AC_OUTPUT with parameters is deprecated, use AC_CONFIG_FILES. Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Tested-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* Check for getpagesize() with autoconf instead of #ifdef osnameAlan Coopersmith2010-11-212-11/+2
| | | | | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Julien Cristau <jcristau@debian.org> Reviewed-by: Gaetan Nadon <memsize@videotron.ca> Tested-by: Gaetan Nadon <memsize@videotron.ca>
* convert header checks/ifdefs to autoconf standard AC_CHECK_HEADERSAlan Coopersmith2010-11-212-12/+4
| | | | | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Julien Cristau <jcristau@debian.org> Reviewed-by: Gaetan Nadon <memsize@videotron.ca> Tested-by: Gaetan Nadon <memsize@videotron.ca>
* config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSAlan Coopersmith2010-11-201-12/+11
| | | | | | | | | Regroup AC statements under the Autoconf initialization section. Regroup AM statements under the Automake initialization section. Regroup XORG statements under the Xorg macros section. Add missing AC_CONFIG_SRCDIR Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* config: Remove unnecessary calls from configure.acAlan Coopersmith2010-11-201-5/+0
| | | | | | | AC_PROG_CC is provided by XORG_DEFAULT_OPTIONS now PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* specs/CH6.xml: Remove stray quote in chapter titleAlan Coopersmith2010-11-111-1/+1
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* config: HTML file generation: use the installed copy of xorg.cssGaetan Nadon2010-11-092-7/+2
| | | | | | | | Currenlty the xorg.css file is copied in each location where a DocBook/XML file resides. This produces about 70 copies in the $(docdir) install tree. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* xaw6.pc: Only list xmu in Requires.private, not RequiresJeremy Huddleston2010-11-021-1/+1
| | | | | | | | Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> Based on earlier similar change to xaw7.pc which was: Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Tested-by: Gaetan Nadon <memsize@videotron.ca>
* Fix missing <X11/Intrinsic.h> in XawInit.hCyril Brulebois2010-10-271-0/+1
| | | | | | | | | | | Configure scripts/test programs might have troubles detecting libXaw by just including XawInit.h, since it doesn't include <X11/Intrinsic.h>, even though it's needed for the Widget definition. X.Org Bugzilla #3526 <https://bugs.freedesktop.org/show_bug.cgi?id=3526> Signed-off-by: Cyril Brulebois <kibi@debian.org> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Move -I CFLAGS to CPPFLAGSJeremy Huddleston2010-10-251-1/+9
| | | | | | | Previously, setting CPPFLAGS at configure time could result in using the installed headers rather than the ones included in the package. Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
* libXaw 1.0.8libXaw-1.0.8Alan Coopersmith2010-10-251-1/+1
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Add pointer to API spec in $(docdir) to Xaw.manAlan Coopersmith2010-10-252-1/+6
| | | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
* specs/Makefile.am: remove whitespace after line continuation charsAlan Coopersmith2010-10-241-2/+2
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Sun's copyrights now belong to OracleAlan Coopersmith2010-10-241-1/+1
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* make: use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONSGaetan Nadon2010-10-171-6/+1
| | | | Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* make: use the appropriate platform version of sedGaetan Nadon2010-10-171-2/+0
| | | | | | As provided by AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* config: use AC_PROG_INSTALL now supplied by XORG_DEFAULT_OPTIONSGaetan Nadon2010-10-171-1/+0
| | | | | | | It depends on util-macros 1.8 or later The existing statement can now be removed from the configuration file. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* Purge cvs tags.Jesse Adkins2010-10-06123-393/+2
| | | | | Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Fix case statement typo in edit mode codeWalter Harms2010-08-301-1/+1
| | | | Signed-off-by: Adam Jackson <ajax@redhat.com>
* xaw7.pc: Only list xmu in Requires.private, not RequiresAlan Coopersmith2010-08-141-1/+1
| | | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Tested-by: Gaetan Nadon <memsize@videotron.ca>
* Remove symlinks created in install-exec-hook during uninstallYaakov Selkowitz2010-08-092-0/+17
| | | | | Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> Tested-by: Gaetan Nadon <memsize@videotron.ca>
* Install unversioned import library on Cygwin/MinGWYaakov Selkowitz2010-08-092-3/+2
| | | | | | | | | | Using LN_S is required for portability; on MinGW, this is "cp -p". The install-exec-hook in src/Makefile.am must remain !PLATFORM_WIN32, as Windows cannot resolve DLL runtime dependencies from symlinks. Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
* config: xorg-macros minimum of 1.10 required for XORG_CHECK_SGML_DOCTOOLSGaetan Nadon2010-08-031-3/+3
| | | | Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* config: add AM_PROG_CC_C_O for per-target compilation flagsGaetan Nadon2010-07-241-0/+1
| | | | | | | | | | | | | | | | | Per-target compilation flags (libXaw7_la_CFLAGS) are required when multiple targets which require different compiler flags, are build in the same makefile. Automake issues a command with -c and -o flags which not all compilers support. The object fles are prefixed with libXaw7_la. The macro AM_PROG_CC_C_O must then be used to provide this feature on compilers that do not have it. If not, a warning is issued at make time. This macros checks for compiler support and if missing, uses a "compile" script it generates in the package root directory. Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* specs: use pattern rules rather than suffix rulesGaetan Nadon2010-07-091-4/+4
| | | | | | This allows target to rebuild when included .xml files are changed. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* specs: libXaw.xml was listed twice in dist_doc_DATAGaetan Nadon2010-07-061-1/+0
| | | | | | This should fix the dist/install target problem on some tinder boxes Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* specs: remove file accidently checked-inGaetan Nadon2010-07-061-47/+0
| | | | Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* specs: replace troff source with docbook-xml sourceMatt Dew2010-07-0696-10408/+21579
| | | | | | | Placed specs files in the "specs" directory to be consistent with other libraries specs. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* config: remove the pkgconfig pc.in file from EXTRA_DISTGaetan Nadon2010-03-291-4/+3
| | | | | | Automake always includes it in the tarball. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* Update Sun license notices to current X.Org standard formAlan Coopersmith2010-02-242-44/+38
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* spec: change install cmd due to automake 1.11Gaetan Nadon2010-02-161-2/+2
| | | | | | | docData_INSTALL is defined in 1.9 and 1.10 but not 1.11 Reported-by: Tobias Droste <tdroste@gmx.de> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* doc: use $(mkdir_p) rather than $(MKDIR_P) due to automake 1.9.6Gaetan Nadon2010-02-091-1/+1
| | | | | | $(MKDIR_P) is not defined in automake 1.9. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* doc: use new macros to control doc generationGaetan Nadon2010-02-052-26/+30
| | | | | | | Namely XORG_WITH_GROFF for the groff generation tool XORG_ENABLE_SPECS for the generation of functional specs Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* doc: clean-up generated html imagesGaetan Nadon2010-01-312-2/+5
| | | | | | | | Generate images in /images as is the convention Provide a base file name for images rather than process ID Remove images directory when running make clean Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* require autoconf 2.60 because of $(docdir) useRémi Cardona2009-12-171-1/+1
| | | | | | | Signed-off-by: Rémi Cardona <remi@gentoo.org> Reviewed-by: Gaetan Nadon <memsize@videotron.ca> Reviewed-by: Alan Coopersmith <alan.coopersmith@sun.com> Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
* Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILESGaetan Nadon2009-11-291-2/+3
| | | | | Now that the INSTALL file is generated. Allows running make maintainer-clean.
* .gitignore: use common defaults with custom section # 24239Gaetan Nadon2009-11-291-0/+11
| | | | Add an ignore file for the new spec subdir
* configure.ac: AM_MAINTAINER_MODE missing #24238Gaetan Nadon2009-11-291-1/+1
| | | | | | This turns off maintainer mode build rules in tarballs. Works in conjunction with autogen.sh --enable-maintainer-mode For all X.Org components.
* INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206Gaetan Nadon2009-11-294-231/+5
| | | | | | | 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.
* Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432Gaetan Nadon2009-11-291-1/+0
| | | | | ChangeLog filename is known to Automake and requires no further coding in the makefile.
* Makefile.am: do not include autogen.sh in distribution #24183Gaetan Nadon2009-11-291-1/+0
| | | | This is a private build script that should not be distributed
* .gitignore: use common defaults with custom section # 24239Gaetan Nadon2009-11-293-11/+0
| | | | | | 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.
* .gitignore: use common defaults with custom section # 24239Gaetan Nadon2009-11-291-8/+59
| | | | | | 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.
* Remove Xaw8 copyright notices / license from COPYINGJulien Cristau2009-11-251-27/+0
| | | | | | All code carrying this notice has been removed already. Signed-off-by: Julien Cristau <jcristau@debian.org>
* Remove more Xaw8 remnantsJulien Cristau2009-11-254-281/+0
| | | | | | | | | | !defined(OLDXAW) && !defined(XAW7) was only true for Xaw8, as far as I can tell. The Print.h and PrintSP.h headers were already removed from the build system, but remained in git unused. Signed-off-by: Julien Cristau <jcristau@debian.org> Signed-off-by: Daniel Stone <daniel@fooishbar.org>
* This is not a GNU project, so declare it foreign.Jeremy Huddleston2009-10-211-1/+1
| | | | | | | | | | | | | | | | | | 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>
* Lost parenthesis in a recent libXaw changeColin Harrison2009-10-201-1/+1
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Bug 24635: File Descriptor leaks in libxaw-1.0.7Eric Sesterhenn2009-10-201-3/+9
| | | | | | http://bugs.freedesktop.org/show_bug.cgi?id=24635 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* libXaw 1.0.7libXaw-1.0.7Alan Coopersmith2009-10-171-1/+1
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>