summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2010-10-30Add $(CWARNFLAGS) to CFLAGS in Makefile.am instead of in configure.acAlan Coopersmith1-1/+0
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 Coopersmith1-3/+3
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-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>
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 Coopersmith1-5/+13
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 Andrade1-0/+6
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-20Fix browser plugin buildAlan Coopersmith1-0/+17
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
2005-12-21Update package version for X11R7 release.XORG-7_1XORG-7_0_99_901XORG-7_0Kevin E Martin1-1/+1
2005-12-15Update package version number for final X11R7 release candidate.XORG-6_99_99_904Kevin E Martin1-1/+1
2005-12-03Update package version number for X11R7 RC3 release.XORG-6_99_99_903Kevin E Martin1-1/+1
2005-11-19Update pkgconfig files to separate library build-time dependencies fromKevin E Martin1-1/+1
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 Martin1-1/+1
2005-11-01Update pkgcheck depedencies to work with separate build roots.Kevin E Martin1-1/+1
2005-10-26Set Xaw/Xp flags correctly for xrx plugin modulesAlan Coopersmith1-0/+4
2005-10-19Update package version number for RC1 release.XORG-6_99_99_901Kevin E Martin1-1/+1
2005-10-14Add XORG_MANPAGE_SECTIONS & XORG_RELEASE_VERSIONAlan Coopersmith1-0/+3
2005-09-23Add build system for xrxSøren Sandmann Pedersen1-0/+64