From deeeca8f752169bcad03d17699a3666b3c77236a Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Thu, 1 Mar 2018 14:30:36 -0500 Subject: Deprecate fontsproto Signed-off-by: Adam Jackson --- Makefile.am | 26 -------------------------- autogen.sh | 19 ++++--------------- configure.ac | 20 -------------------- specs/Makefile.am | 13 ------------- 4 files changed, 4 insertions(+), 74 deletions(-) delete mode 100644 Makefile.am delete mode 100644 configure.ac delete mode 100644 specs/Makefile.am diff --git a/Makefile.am b/Makefile.am deleted file mode 100644 index 2714762..0000000 --- a/Makefile.am +++ /dev/null @@ -1,26 +0,0 @@ -SUBDIRS=specs - -fontsdir = $(includedir)/X11/fonts -fonts_HEADERS = \ - font.h \ - fontproto.h \ - fontstruct.h \ - FS.h \ - fsmasks.h \ - FSproto.h - -pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = fontsproto.pc - - -MAINTAINERCLEANFILES = ChangeLog INSTALL - -.PHONY: ChangeLog INSTALL - -INSTALL: - $(INSTALL_CMD) - -ChangeLog: - $(CHANGELOG_CMD) - -dist-hook: ChangeLog INSTALL diff --git a/autogen.sh b/autogen.sh index a2fdb82..1facbd4 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,17 +1,6 @@ -#! /bin/sh +#!/bin/sh -srcdir=`dirname "$0"` -test -z "$srcdir" && srcdir=. +echo "This module has been deprecated. Use xorgproto instead:" +echo "git clone git://anongit.freedesktop.org/git/xorg/proto/xorgproto" -ORIGDIR=`pwd` -cd "$srcdir" - -autoreconf -v --install || exit 1 -cd "$ORIGDIR" || exit $? - -git config --local --get format.subjectPrefix >/dev/null 2>&1 || - git config --local format.subjectPrefix "PATCH fontsproto" - -if test -z "$NOCONFIGURE"; then - exec "$srcdir"/configure "$@" -fi +exit 1 diff --git a/configure.ac b/configure.ac deleted file mode 100644 index 78f9ff5..0000000 --- a/configure.ac +++ /dev/null @@ -1,20 +0,0 @@ -AC_PREREQ([2.60]) -AC_INIT([FontsProto], [2.1.3], - [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg]) -AM_INIT_AUTOMAKE([foreign dist-bzip2]) - -# Require xorg-macros minimum of 1.12 for DocBook external references -m4_ifndef([XORG_MACROS_VERSION], - [m4_fatal([must install xorg-macros 1.12 or later before running autoconf/autogen])]) -XORG_MACROS_VERSION(1.12) -XORG_DEFAULT_OPTIONS -XORG_ENABLE_SPECS -XORG_WITH_XMLTO(0.0.22) -XORG_WITH_FOP -XORG_WITH_XSLTPROC -XORG_CHECK_SGML_DOCTOOLS(1.8) - -AC_CONFIG_FILES([Makefile - specs/Makefile - fontsproto.pc]) -AC_OUTPUT diff --git a/specs/Makefile.am b/specs/Makefile.am deleted file mode 100644 index 4035d4b..0000000 --- a/specs/Makefile.am +++ /dev/null @@ -1,13 +0,0 @@ - -if ENABLE_SPECS - -# Main DocBook/XML files (DOCTYPE book) -docbook = fsproto.xml - -# The location where the DocBook/XML files and their generated formats are installed -shelfdir = $(docdir) - -# Generate DocBook/XML output formats with or without stylesheets -include $(top_srcdir)/docbook.am - -endif ENABLE_SPECS -- cgit v1.2.1