summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-06-04autogen.sh: Honor NOCONFIGURE=1HEADmasterAlan Coopersmith1-1/+3
See http://people.gnome.org/~walters/docs/build-api.txt Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2014-06-04configure: Drop AM_MAINTAINER_MODEAlan Coopersmith2-2/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-09-07Declare xevie_extension_name as a const char *Alan Coopersmith1-1/+1
Fixes gcc warning: Xevie.c:34:37: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-01-19Purge macros NEED_EVENTS and NEED_REPLIESAlan Coopersmith1-2/+0
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-01-19include evieproto.h instead of deprecated Xeviestr.hAlan Coopersmith2-2/+2
Requires evieproto >= 1.1.0 for new header name Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-01-19config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSAlan Coopersmith1-5/+8
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-01-18Replace deprecated Automake INCLUDES variable with AM_CPPFLAGSAlan Coopersmith1-1/+1
Excerpt https://lists.gnu.org/archive/html/automake/2012-12/msg00038.html - Support for the long-deprecated INCLUDES variable will be removed altogether in Automake 1.14. The AM_CPPFLAGS variable should be used instead. This variable was deprecated in Automake releases prior to 1.10, which is the current minimum level required to build X. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2011-09-16Strip trailing whitespaceAlan Coopersmith4-11/+11
Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}' git diff -w & git diff -b show no diffs from this change Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-10-31libXevie 1.0.3libXevie-1.0.3Alan Coopersmith1-1/+2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-10-31Purge CVS version tagsAlan Coopersmith2-2/+0
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-10-31Add lint rules to enable code checkingAlan Coopersmith3-0/+29
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-10-31config: Remove unnecessary calls from configure.acAlan Coopersmith2-7/+1
AC_PROG_CC & AC_PROG_INSTALL are 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>
2010-10-31man: simplify building of shadow man pagesAlan Coopersmith6-14/+9
Store the shadow files in git as any other man page. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-10-31config: 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-31config: upgrade to util-macros 1.8 for additional man page supportAlan Coopersmith2-16/+5
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-31Sun's copyrights now belong to OracleAlan Coopersmith5-8/+6
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-01-14Update Sun license notices to current X.Org standard formAlan Coopersmith5-96/+89
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-11-27Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILESGaetan Nadon1-0/+1
Now that the INSTALL file is generated. Allows running make maintainer-clean.
2009-10-28INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206Gaetan Nadon3-3/+6
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 Nadon1-7/+5
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 Nadon1-2/+1
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 Nadon1-1/+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.
2009-10-22.gitignore: use common defaults with custom section # 24239Gaetan Nadon1-14/+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.
2009-02-02Add README with pointers to mailing list, bugzilla & git reposAlan Coopersmith1-0/+25
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-01-29Janitor: make distcheck, remove extra .gitignore files.Paulo Cesar Pereira de Andrade5-16/+18
2008-04-24libXevie ansification.Paulo Cesar Pereira de Andrade1-14/+17
XevieSendEvents dataType argument had prototype type int in Xevie.h, but definition type of char. This has been updated to type int in the "ansified" version, in Xevie.c. Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2008-03-09nuke RCS IdsMatthieu Herrb3-5/+0
2007-12-06Replace static ChangeLog with dist-hook to generate from git logJames Cloos2-121/+10
2007-11-29Cruft removalAlan Coopersmith1-10/+0
Remove unused #define left over from using Xcup.c as a template Remove non-ANSI function declaration
2006-10-13Bump to 1.0.2libXevie-1.0.2Adam Jackson1-1/+1
2006-09-27Man page cleanups: remove extra ( from function proto, title of empty sectionAlan Coopersmith1-5/+1
2006-09-27Add *~ to .gitignore to skip over emacs droppingsAlan Coopersmith1-0/+1
2006-07-13renamed: .cvsignore -> .gitignoreAlan Coopersmith4-0/+0
2006-04-27Bump to 1.0.1libXevie-1_0_1XORG-7_1Adam Jackson2-1/+6
2006-04-03Bug #6403: Cygwin build fix. (Yaakov Selkowitz)XORG-7_0_99_901Adam Jackson2-1/+6
2006-02-12Bug #5628 <https://bugs.freedesktop.org/show_bug.cgi?id=5628> Shadow pagesAlan Coopersmith2-1/+9
not created correctly when MANDIR & MANSUFFIX don't match.
2005-12-15Update package version number for final X11R7 release candidate.XORG-7_0XORG-6_99_99_904Kevin E Martin2-1/+6
2005-12-06Change *man_SOURCES ==> *man_PRE to fix autotools warnings.MODULAR_COPYKevin E Martin2-3/+8
2005-12-03Update package version number for X11R7 RC3 release.XORG-6_99_99_903Kevin E Martin2-1/+6
2005-12-03Add check and cflags for malloc(0) returning NULL.Kevin E Martin3-1/+8
2005-11-28Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4Alan Coopersmith1-1/+1
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
2005-11-19Update pkgconfig files to separate library build-time dependencies fromXORG-6_8_99_903Kevin E Martin1-4/+4
application build-time dependencies, and update package deps to work with separate build roots.
2005-10-19Update package version number for RC1 release.XORG-6_99_99_902XORG-6_99_99_901Kevin E Martin2-1/+6
2005-10-18Use @LIB_MAN_SUFFIX@ instead of $(LIB_MAN_SUFFIX) in macro substitutions toAlan Coopersmith1-4/+4
work better with BSD make
2005-10-17Rename .shadows.DONE to shadows.DONE to avoid some make's thinking it's aAlan Coopersmith1-2/+2
suffix rule (reported by Matthieu Herrb)
2005-10-13Use sed to put version number in man page Add shadow man pages for manAlan Coopersmith5-5/+88
pages that document multiple functions.
2005-10-05Add man page to buildKevin E Martin2-0/+7
2005-08-04Bug #3968: Check for evieproto in configure.ac (Olli Helenius)Adam Jackson1-2/+2
2005-07-29Various changes preparing packages for RC0:XORG-6_99_99_900Kevin E Martin1-1/+3
- 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
2005-07-16Set soversion to 1.0.0 using -version-number.Daniel Stone1-12/+1