summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-06-03autogen.sh: Honor NOCONFIGURE=1HEADmasterAlan Coopersmith1-2/+3
See http://people.gnome.org/~walters/docs/build-api.txt Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2014-06-03configure: Drop AM_MAINTAINER_MODEAlan Coopersmith2-2/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2014-06-03This is not a GNU project, so declare it foreign.Alan Coopersmith4-1/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2014-06-03config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSAlan Coopersmith1-2/+5
Regroup AC statements under the Autoconf initialization section. Regroup AM statements under the Automake initialization section. Add missing AC_CONFIG_SRCDIR Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-06-24Require ANSI C89 pre-processor, drop pre-C89 token pasting supportAlan Coopersmith1-4/+0
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2011-09-20vpath and cygwin build fixesYaakov Selkowitz2-4/+4
Fix xrx build with srcdir != builddir Fix xrx build on cygwin by adding -no-undefined to libtool flags Reviewed-by: Jon TURNEY <jon.turney@dronecode.org.uk> Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
2010-11-30specs: add RX Mime DocBook/XML spec.Matt Dew5-4/+1116
Previously located in xorg-docs. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-10-30xrx 1.0.4xrx-1.0.4Alan Coopersmith1-1/+2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-10-30config: update AC_PREREQ statement to 2.60Gaetan Nadon1-1/+1
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> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-10-30Get rid of extra configure message when mozilla/firefox-plugin not foundAlan Coopersmith1-2/+2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-10-30Add $(CWARNFLAGS) to CFLAGS in Makefile.am instead of in configure.acAlan Coopersmith4-7/+7
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-10-30config: Remove unnecessary calls from configure.acAlan Coopersmith1-4/+0
PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-10-30config: upgrade to util-macros 1.8 for additional man page supportAlan Coopersmith3-45/+7
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>
2010-10-30Replace individual XORG_* macro calls with XORG_DEFAULT_OPTIONSAlan Coopersmith1-10/+6
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-08-06Fill in COPYING file with copyright notices from source codeAlan Coopersmith1-8/+23
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-06-18Add explicit dependency on libICE to PKG_CHECK_MODULESAlan Coopersmith1-1/+1
Allows building against libXt versions that moved ice to Requires.private in the xt.pc file, since xrx calls Ice* functions directly. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-04-29Mark plugins as loadable modules so we don't waste time building lib*.aAlan Coopersmith2-2/+2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2009-08-03Version 1.0.3xrx-1.0.3Alan Coopersmith1-1/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-03-06Make plugin build compatible with Firefox 3.1 renaming of npupp.hAlan Coopersmith2-6/+19
Checks which header to include, the older npupp.h or the newer npfunctions.h, falls back to the ancient copy included from the Netscape SDK if neither are found in either the default path or the pkg-config provided paths. See https://bugzilla.mozilla.org/show_bug.cgi?id=455458 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-01-26Correct make distcheck and most sparse warnings.Paulo Cesar Pereira de Andrade26-98/+73
Only remaining sparse warning is about no previous definition for the function vectors declared in Xtrans/Xtranssock.c. Also, use only one .gitignore file, instead of one per directory.
2008-08-20xaw8 is gone, use xaw7James Cloos1-1/+1
2008-06-26Fix PLUGIN_CFLAGS setting without firefox-plugin.pc & mozilla-plugin.pcAlan Coopersmith1-1/+1
Quote $(top_srcdir)/plugin/include to avoid "top_srcdir: command not found"
2008-06-25Version 1.0.2xrx-1.0.2Alan Coopersmith1-1/+1
2008-06-24Update READMEAlan Coopersmith1-153/+128
2008-06-24Display xrx version in about:pluginsAlan Coopersmith1-2/+3
2008-06-24Copy in instructions from R6.3 Release Notes to READMEAlan Coopersmith1-0/+266
2008-06-24Update man page for the modern browser worldAlan Coopersmith1-13/+13
2008-06-20Clear compiler warning and convert sprintf -> snprintfAlan Coopersmith1-3/+3
2008-06-20Fix browser plugin buildAlan Coopersmith4-6/+62
Add source files to Makefile that were missed in modularization Use headers specified by mozilla-plugin.pc or firefox-plugin.pc if they exist, instead of the ancient Netscape ones we carry around
2008-06-19Include system headers needed for various function prototypesAlan Coopersmith3-0/+3
2008-06-19Define TRANS_CLIENT in GetUrl.c to enable Xtrans client function prototypesAlan Coopersmith1-0/+1
2007-12-07Fix commit de44240d10fe7a34062d0ec81260125073ba6c53James Cloos1-1/+1
2007-12-06Replace static ChangeLog with dist-hook to generate from git logJames Cloos2-56/+10
2007-09-03Add *~ to .gitignore to skip patch/emacs droppingsJames Cloos1-0/+1
2007-08-23Rename .cvsignore to .gitignoreJames Cloos11-0/+0
2005-12-21Update package version for X11R7 release.XORG-7_1XORG-7_0_99_901XORG-7_0Kevin E Martin2-1/+6
2005-12-19Stub COPYING filesAdam Jackson1-0/+12
2005-12-15Update package version number for final X11R7 release candidate.XORG-6_99_99_904Kevin E Martin2-1/+6
2005-12-06Change *man_SOURCES ==> *man_PRE to fix autotools warnings.MODULAR_COPYKevin E Martin3-6/+12
2005-12-03Update package version number for X11R7 RC3 release.XORG-6_99_99_903Kevin E Martin2-1/+6
2005-11-28Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4Alan Coopersmith2-2/+2
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
2005-11-21Another pass at .cvsignores for apps.Eric Anholt11-0/+39
2005-11-20Add/improve .cvsignore files for apps.Eric Anholt1-0/+15
2005-11-19Update pkgconfig files to separate library build-time dependencies fromKevin E Martin2-1/+6
application build-time dependencies, and update package deps to work with separate build roots.
2005-11-09Update package version number for X11R7 RC2 release.XORG-6_99_99_902Kevin E Martin2-1/+6
2005-11-01Update pkgcheck depedencies to work with separate build roots.Kevin E Martin2-1/+6
2005-10-26Set Xaw/Xp flags correctly for xrx plugin modulesAlan Coopersmith3-2/+10
2005-10-19Update package version number for RC1 release.XORG-6_99_99_901Kevin E Martin2-1/+6
2005-10-18Use sed to substitute variables in xrx & libxrx man pagesAlan Coopersmith2-4/+64
2005-10-14Add XORG_MANPAGE_SECTIONS & XORG_RELEASE_VERSIONAlan Coopersmith1-0/+3