Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-01 | configure: Drop AM_MAINTAINER_MODE | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2014-06-01 | config: Add missing AC_CONFIG_SRCDIR | Alan Coopersmith | |
Regroup AC statements under the Autoconf initialization section. Regroup AM statements under the Automake initialization section. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2011-01-19 | config: move man pages into their own directory | Gaetan Nadon | |
Use services provided by XORG_MANPAGE_SECTIONS. Use standard Makefile for man pages. Signed-off-by: Gaetan Nadon <memsize@videotron.ca> | |||
2011-01-13 | man: replace hard coded man page section with substitution strings | Gaetan Nadon | |
Signed-off-by: Gaetan Nadon <memsize@videotron.ca> | |||
2011-01-13 | man: remove trailing spaces and tabs | Gaetan Nadon | |
Using s/[ \t]*$// Signed-off-by: Gaetan Nadon <memsize@videotron.ca> | |||
2011-01-12 | config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS | Gaetan Nadon | |
This silences an Autoconf warning | |||
2011-01-12 | config: remove unrequired AC_SUBST([*_LIBS]) | Gaetan Nadon | |
This macro is called by PKG_CHECK_MODULES Signed-off-by: Gaetan Nadon <memsize@videotron.ca> | |||
2011-01-12 | config: remove unrequired AC_SUBST([*_CFLAGS]) | Gaetan Nadon | |
This macro is called by PKG_CHECK_MODULES Signed-off-by: Gaetan Nadon <memsize@videotron.ca> | |||
2011-01-12 | config: remove AC_PROG_CC as it overrides AC_PROG_C_C99 | Gaetan 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> | |||
2011-01-12 | config: use AC_PROG_INSTALL now supplied by XORG_DEFAULT_OPTIONS | Gaetan Nadon | |
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> | |||
2011-01-12 | config: upgrade to util-macros 1.8 for additional man page support | Gaetan Nadon | |
Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS The value of MAN_SUBST is the same for all X.Org packages. Signed-off-by: Gaetan Nadon <memsize@videotron.ca> | |||
2011-01-12 | config: update AC_PREREQ statement to 2.60 | Gaetan 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 in one pass is 2.60 dated June 2006. A version later than 2.60 can be used, but no new features from such a later version can be used in configure.ac. Although the code in this module can be configured with a version earlier than 2.60, most of code is now contained in macros from util-macros which use features of version 2.60, at the present or in the future. ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz Signed-off-by: Gaetan Nadon <memsize@videotron.ca> | |||
2010-02-11 | config: move CWARNFLAGS from configure.ac to Makefile.am | Gaetan 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-26 | Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES | Gaetan Nadon | |
Now that the INSTALL file is generated. Allows running make maintainer-clean. | |||
2009-10-28 | INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 | Gaetan 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-27 | Deploy the new XORG_DEFAULT_OPTIONS #24242 | Gaetan 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-26 | Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432 | Gaetan 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 # 24239 | Gaetan 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-01 | Add README with pointers to mailing lists, bugzilla, & git | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
2009-01-12 | Ansification and compile warning fixes. | Paulo Cesar Pereira de Andrade | |
This also uses XORG_CHANGELOG and XORG_CWARNFLAGS, corrects make distcheck and all gcc 4.3 and sparse warnings. | |||
2008-05-11 | Bump to 1.0.4fonttosfnt-1.0.4 | Julien Cristau | |
2008-05-11 | Use va_copy in vsprintf_alloc. | Juliusz Chroboczek | |
This avoids a crash on arches with an interesting implementation of va_list (such as AMD64) but no vasprintf in their libc. | |||
2008-05-11 | Add autoconf test for va_copy. | Julien Cristau | |
2008-05-11 | Use autoconf test instead of #ifdef GLIBC for vasprintf. | Julien Cristau | |
2008-05-11 | Rename *_reliable to *_alloc. | Juliusz Chroboczek | |
2008-05-11 | Update copyright date. | Juliusz Chroboczek | |
2008-05-02 | Use asprintf on GNU platforms. | Juliusz Chroboczek | |
This fixes fonttosfnt on AMD64 with glibc. It will still break on non-GNU RISC platforms, because I'm incompetent and cannot use va_copy. | |||
2008-05-02 | Fix handling for non-square pixels. | George Williams | |
2008-05-02 | Fix off-by-one entrySel field. | George Williams | |
2008-03-13 | I’m not sure the PCLT table is needed by the fonts generated here, but | James Cloos | |
use a fixed 16 char string as the initializer for the PCLT Fontname field to silence the warning (or error for some compilers) as reported in bugzilla: http://bugs.freedesktop.org/show_bug.cgi?id=3928 | |||
2007-09-03 | Add *~ to .gitignore to skip patch/emacs droppings | James Cloos | |
2007-08-10 | Change fonttosfnt_CFLAGS to AM_CFLAGS to make automake-1.10 happier | Alan Coopersmith | |
2006-12-16 | bump to 1.0.3fonttosfnt-1.0.3 | Daniel Stone | |
2006-12-06 | Makefile.am: make ChangeLog hook safer | Daniel Stone | |
Make ChangeLog hook as safe as possible. | |||
2006-10-31 | Fix author address in manual page, update COPYING. | Juliusz Chroboczek | |
2006-10-13 | Bump to 1.0.2fonttosfnt-1.0.2 | Adam Jackson | |
2006-10-12 | Fix the ChangeLog hook to distcheck. | Adam Jackson | |
2006-07-16 | Replace ChangeLog with a auto-generated git-log | Matthieu Herrb | |
2006-07-16 | .cvsignore -> .gitignore | Matthieu Herrb | |
2006-07-16 | Don't include freetype internal headers. | Matthieu Herrb | |
2005-12-21 | Update package version for X11R7 release.XORG-7_1XORG-7_0_99_901XORG-7_0 | Kevin E Martin | |
2005-12-19 | Stub COPYING files | Adam Jackson | |
2005-12-15 | Update package version number for final X11R7 release candidate.XORG-6_99_99_904 | Kevin E Martin | |
2005-12-06 | Change *man_SOURCES ==> *man_PRE to fix autotools warnings.MODULAR_COPY | Kevin E Martin | |
2005-12-03 | Update package version number for X11R7 RC3 release.XORG-6_99_99_903 | Kevin E Martin | |
2005-11-28 | Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4 | Alan Coopersmith | |
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir) | |||
2005-11-21 | Another pass at .cvsignores for apps. | Eric Anholt | |
2005-11-20 | Add/improve .cvsignore files for apps. | Eric Anholt | |
2005-11-20 | fonttosfnt only depends on xproto headers, not x11 library | Alan Coopersmith | |
2005-11-09 | Update package version number for X11R7 RC2 release.XORG-6_99_99_902 | Kevin E Martin | |