summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* config: remove unrequired AC_HEADER_STDCGaetan Nadon2010-10-141-3/+0
| | | | | | | | Autoconf says: "This macro is obsolescent, as current systems have conforming header files. New programs need not use this macro". Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSGaetan Nadon2010-10-141-2/+1
| | | | | | Regroup AC statements at the top. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* config: use AC_PROG_INSTALL now supplied by XORG_DEFAULT_OPTIONSGaetan Nadon2010-10-141-2/+0
| | | | | | | | It depends on util-macros 1.8 The LT_AC_PROG_SED macro was never released by libtool. Neither man makefile actually used $SED anyway. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* config: upgrade to util-macros 1.8 for additional man page supportGaetan Nadon2010-10-141-3/+3
| | | | | | | 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>
* config: update AC_PREREQ statement to 2.60Gaetan Nadon2010-04-011-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>
* config: update and relocate AX_DEFINE_DIR macroGaetan Nadon2010-04-011-1/+2
| | | | | | | | Remove deprecated acinclude.m4 macro container file Use separate macro files as per autoconf recommendation Use the latest version of the macro from GNU Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* Deploy the new XORG_DEFAULT_OPTIONS #24242Gaetan Nadon2009-10-271-3/+3
| | | | | | This macro aggregate a number of existing macros that sets commmon X.Org components configuration options. It shields the configuration file from future changes.
* 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>
* libXpm 3.5.8libXpm-3.5.8Alan Coopersmith2009-10-091-1/+1
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONSAlan Coopersmith2009-10-081-9/+6
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Replace AC_DEFINE_DIR with AX_DEFINE_DIR from Autoconf ArchiveAlan Coopersmith2009-10-081-1/+1
|
* Janitor: ansification, make distcheck, .gitignorePaulo Cesar Pereira de Andrade2009-01-301-10/+7
| | | | | | The ansification code is minor edit of the patch (by me) at https://bugs.freedesktop.org/show_bug.cgi?id=14727 as it would not apply cleanly anymore.
* nuke RCS IdsMatthieu Herrb2008-03-091-2/+0
|
* Use libtools SED check rather than autoconf's SED check.Benjamin Close2008-01-311-1/+1
| | | | | | | AC_PROG_SED required autoconf 2.60, libtool's should work regardless. This keeps us supporting 2.57 of autoconf Found by: Tinderbox (1.4.1 compile)
* Bug 14171: sxpm/Makefile.am:21: SED was already definedAlan Coopersmith2008-01-241-0/+1
| | | | <http://bugs.freedesktop.org/show_bug.cgi?id=14171>
* Version bump: 3.5.7libXpm-3.5.7Alan Coopersmith2007-08-221-1/+1
|
* Sun bug 4486226: Xpm is not internationalizedAlan Coopersmith2007-06-271-0/+20
| | | | | | <http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=4486226> Use gettext() to allow translated messages in sxpm & cxpm (cherry picked from bcda4f17ab3fa9f0572f876dbeb09b45fbc23f3d commit)
* Bump to 3.5.6libXpm-3.5.6Adam Jackson2006-10-131-1/+1
|
* Bump to 3.5.5libXpm-3_5_5XORG-7_1Adam Jackson2006-04-271-1/+1
|
* Update package version number for final X11R7 release candidate.XORG-7_0XORG-6_99_99_904Kevin E Martin2005-12-151-1/+1
|
* Update package version number for X11R7 RC3 release.XORG-6_99_99_903Kevin E Martin2005-12-031-1/+1
|
* Update pkgconfig files to separate library build-time dependencies fromKevin E Martin2005-11-191-1/+1
| | | | | application build-time dependencies, and update package deps to work with separate build roots.
* Use sed to substitute variables in man pagesAlan Coopersmith2005-11-131-0/+1
|
* Update package version number for X11R7 RC2 release.XORG-6_99_99_902Kevin E Martin2005-11-091-1/+1
|
* Add --enable-stat-zfile (on by default) to replace Imake's ZFILEDEF =Alan Coopersmith2005-10-291-0/+11
| | | | | -DSTAT_ZFILE to enable automatically searching for file.xpm.Z & file.xpm.gz when file.xpm is requested.
* Update package version number for RC1 release.XORG-6_99_99_901Kevin E Martin2005-10-191-1/+1
|
* Various changes preparing packages for RC0:XORG-6_99_99_900Kevin E Martin2005-07-291-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
* Check for strlcat() for use in parse.cAlan Coopersmith2005-07-161-0/+3
|
* - Add build system for lib/XpmXORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_15XORG-6_8_99_14XORG-6_8_99_13XORG-6_8_99_12XORG-6_8_99_11XORG-6_8_99_10Søren Sandmann Pedersen2005-05-191-0/+40
- Add Xpm to symlink.sh - Conditionally include config.h in xc/extras/Xpm