summaryrefslogtreecommitdiff
path: root/ijs
diff options
context:
space:
mode:
authorBrian Norris <computersforpeace@gmail.com>2016-01-21 09:51:43 -0800
committerChris Liddell <chris.liddell@artifex.com>2016-01-22 11:32:39 +0000
commit0c176a91d53c85cdacd7917c76d6f659125ac3f6 (patch)
tree7658b0afd34d548a1a8ee9fa29a9d03f6236d0eb /ijs
parentfd63655e199fbfcda8e52c873b3a28bf27914c93 (diff)
downloadghostpdl-0c176a91d53c85cdacd7917c76d6f659125ac3f6.tar.gz
Bug 696528: kill off ijs-config
The custom ijs-config tool gives different include paths than pkg-config (-I${INCLUDE_PATH}/ijs vs. -I${INCLUDE_PATH}/), which can be confusing for developers using this library. pkg-config is more standard anyway, so just kill the custom tool.
Diffstat (limited to 'ijs')
-rw-r--r--ijs/Makefile.am11
-rw-r--r--ijs/Makefile.in184
-rwxr-xr-xijs/configure17
-rw-r--r--ijs/configure.ac5
-rw-r--r--ijs/ijs-config.163
-rw-r--r--ijs/ijs-config.in56
-rwxr-xr-xijs/libtool10
7 files changed, 66 insertions, 280 deletions
diff --git a/ijs/Makefile.am b/ijs/Makefile.am
index 3e71adfe6..0573308c1 100644
--- a/ijs/Makefile.am
+++ b/ijs/Makefile.am
@@ -46,8 +46,6 @@ noinst_HEADERS = unistd_.h
bin_PROGRAMS = ijs_client_example ijs_server_example
-bin_SCRIPTS = ijs-config
-
libijs_la_SOURCES = \
ijs.c \
@@ -79,12 +77,9 @@ ijs_server_example_LDADD = libijs.la
pkgconfig_DATA = ijs.pc
-man_MANS = ijs-config.1
-
EXTRA_DIST = \
common.mak unix.mak windows.mak \
- ijs_spec.sgml state.eps state.fig ijs_spec.pdf \
- $(man_MANS)
+ ijs_spec.sgml state.eps state.fig ijs_spec.pdf
## Rules
@@ -118,7 +113,7 @@ CLEANSCRIPTS = \
ltmain.sh
CLEANFILES = gmon.out core ijs_spec.log ijs_spec.tex ijs_spec.aux
-DISTCLEANFILES = ijs-config config.cache config.log config.status
-# ijs-config.in ijs.pc ijs.pc.in ijs.m4 ijs.h
+DISTCLEANFILES = config.cache config.log config.status
+# ijs.pc ijs.pc.in ijs.m4 ijs.h
MAINTAINERCLEANFILES = INSTALL aclocal.m4 config.h.in configure Makefile.in stamp-h.in $(CLEANSCRIPTS)
diff --git a/ijs/Makefile.in b/ijs/Makefile.in
index 3557cb4af..302658ae9 100644
--- a/ijs/Makefile.in
+++ b/ijs/Makefile.in
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.14.1 from Makefile.am.
+# Makefile.in generated by automake 1.15 from Makefile.am.
# @configure_input@
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
+# Copyright (C) 1994-2014 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -17,9 +17,18 @@
-
VPATH = @srcdir@
-am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
+am__is_gnu_make = { \
+ if test -z '$(MAKELEVEL)'; then \
+ false; \
+ elif test -n '$(MAKE_HOST)'; then \
+ true; \
+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
+ true; \
+ else \
+ false; \
+ fi; \
+}
am__make_running_with_option = \
case $${target_option-} in \
?) ;; \
@@ -83,19 +92,17 @@ build_triplet = @build@
host_triplet = @host@
bin_PROGRAMS = ijs_client_example$(EXEEXT) ijs_server_example$(EXEEXT)
subdir = .
-DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
- $(top_srcdir)/configure $(am__configure_deps) \
- $(srcdir)/ijs-config.in $(srcdir)/ijs.pc.in $(noinst_HEADERS) \
- $(pkginclude_HEADERS) README compile config.guess config.sub \
- install-sh missing ltmain.sh
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
+DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
+ $(am__configure_deps) $(noinst_HEADERS) $(pkginclude_HEADERS) \
+ $(am__DIST_COMMON)
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
configure.lineno config.status.lineno
mkinstalldirs = $(install_sh) -d
-CONFIG_CLEAN_FILES = ijs-config ijs.pc
+CONFIG_CLEAN_FILES = ijs.pc
CONFIG_CLEAN_VPATH_FILES =
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
am__vpath_adj = case $$p in \
@@ -125,7 +132,6 @@ am__uninstall_files_from_dir = { \
$(am__cd) "$$dir" && rm -f $$files; }; \
}
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
- "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" \
"$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(pkgincludedir)"
LTLIBRARIES = $(lib_LTLIBRARIES)
am__DEPENDENCIES_1 =
@@ -149,7 +155,6 @@ ijs_client_example_DEPENDENCIES = libijs.la
am_ijs_server_example_OBJECTS = ijs_server_example.$(OBJEXT)
ijs_server_example_OBJECTS = $(am_ijs_server_example_OBJECTS)
ijs_server_example_DEPENDENCIES = libijs.la
-SCRIPTS = $(bin_SCRIPTS)
AM_V_P = $(am__v_P_@AM_V@)
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
am__v_P_0 = false
@@ -192,9 +197,6 @@ am__can_run_installinfo = \
n|no|NO) false;; \
*) (install-info --version) >/dev/null 2>&1;; \
esac
-man1dir = $(mandir)/man1
-NROFF = nroff
-MANS = $(man_MANS)
DATA = $(pkgconfig_DATA)
HEADERS = $(noinst_HEADERS) $(pkginclude_HEADERS)
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
@@ -218,6 +220,8 @@ ETAGS = etags
CTAGS = ctags
CSCOPE = cscope
AM_RECURSIVE_TARGETS = cscope
+am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/ijs.pc.in README \
+ compile config.guess config.sub install-sh ltmain.sh missing
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
distdir = $(PACKAGE)-$(VERSION)
top_distdir = $(distdir)
@@ -381,7 +385,6 @@ pkginclude_HEADERS = \
ijs_server.h
noinst_HEADERS = unistd_.h
-bin_SCRIPTS = ijs-config
libijs_la_SOURCES = \
ijs.c \
ijs_client.c \
@@ -402,11 +405,9 @@ ijs_client_example_LDADD = libijs.la
ijs_server_example_SOURCES = ijs_server_example.c
ijs_server_example_LDADD = libijs.la
pkgconfig_DATA = ijs.pc
-man_MANS = ijs-config.1
EXTRA_DIST = \
common.mak unix.mak windows.mak \
- ijs_spec.sgml state.eps state.fig ijs_spec.pdf \
- $(man_MANS)
+ ijs_spec.sgml state.eps state.fig ijs_spec.pdf
# Note that ijs_spec.pdf is included in the dist list above,
@@ -423,8 +424,8 @@ CLEANSCRIPTS = \
ltmain.sh
CLEANFILES = gmon.out core ijs_spec.log ijs_spec.tex ijs_spec.aux
-DISTCLEANFILES = ijs-config config.cache config.log config.status
-# ijs-config.in ijs.pc ijs.pc.in ijs.m4 ijs.h
+DISTCLEANFILES = config.cache config.log config.status
+# ijs.pc ijs.pc.in ijs.m4 ijs.h
MAINTAINERCLEANFILES = INSTALL aclocal.m4 config.h.in configure Makefile.in stamp-h.in $(CLEANSCRIPTS)
all: all-am
@@ -445,7 +446,6 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
$(am__cd) $(top_srcdir) && \
$(AUTOMAKE) --foreign Makefile
-.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
*config.status*) \
@@ -464,8 +464,6 @@ $(top_srcdir)/configure: $(am__configure_deps)
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
$(am__aclocal_m4_deps):
-ijs-config: $(top_builddir)/config.status $(srcdir)/ijs-config.in
- cd $(top_builddir) && $(SHELL) ./config.status $@
ijs.pc: $(top_builddir)/config.status $(srcdir)/ijs.pc.in
cd $(top_builddir) && $(SHELL) ./config.status $@
@@ -563,41 +561,6 @@ ijs_client_example$(EXEEXT): $(ijs_client_example_OBJECTS) $(ijs_client_example_
ijs_server_example$(EXEEXT): $(ijs_server_example_OBJECTS) $(ijs_server_example_DEPENDENCIES) $(EXTRA_ijs_server_example_DEPENDENCIES)
@rm -f ijs_server_example$(EXEEXT)
$(AM_V_CCLD)$(LINK) $(ijs_server_example_OBJECTS) $(ijs_server_example_LDADD) $(LIBS)
-install-binSCRIPTS: $(bin_SCRIPTS)
- @$(NORMAL_INSTALL)
- @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
- if test -n "$$list"; then \
- echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
- $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
- fi; \
- for p in $$list; do \
- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
- done | \
- sed -e 'p;s,.*/,,;n' \
- -e 'h;s|.*|.|' \
- -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
- $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
- { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
- if ($$2 == $$4) { files[d] = files[d] " " $$1; \
- if (++n[d] == $(am__install_max)) { \
- print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
- else { print "f", d "/" $$4, $$1 } } \
- END { for (d in files) print "f", d, files[d] }' | \
- while read type dir files; do \
- if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
- test -z "$$files" || { \
- echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
- $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
- } \
- ; done
-
-uninstall-binSCRIPTS:
- @$(NORMAL_UNINSTALL)
- @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
- files=`for p in $$list; do echo "$$p"; done | \
- sed -e 's,.*/,,;$(transform)'`; \
- dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir)
mostlyclean-compile:
-rm -f *.$(OBJEXT)
@@ -622,49 +585,6 @@ clean-libtool:
distclean-libtool:
-rm -f libtool config.lt
-install-man1: $(man_MANS)
- @$(NORMAL_INSTALL)
- @list1=''; \
- list2='$(man_MANS)'; \
- test -n "$(man1dir)" \
- && test -n "`echo $$list1$$list2`" \
- || exit 0; \
- echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
- $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
- { for i in $$list1; do echo "$$i"; done; \
- if test -n "$$list2"; then \
- for i in $$list2; do echo "$$i"; done \
- | sed -n '/\.1[a-z]*$$/p'; \
- fi; \
- } | while read p; do \
- if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
- echo "$$d$$p"; echo "$$p"; \
- done | \
- sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
- -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
- sed 'N;N;s,\n, ,g' | { \
- list=; while read file base inst; do \
- if test "$$base" = "$$inst"; then list="$$list $$file"; else \
- echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
- $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
- fi; \
- done; \
- for i in $$list; do echo "$$i"; done | $(am__base_list) | \
- while read files; do \
- test -z "$$files" || { \
- echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
- $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
- done; }
-
-uninstall-man1:
- @$(NORMAL_UNINSTALL)
- @list=''; test -n "$(man1dir)" || exit 0; \
- files=`{ for i in $$list; do echo "$$i"; done; \
- l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
- sed -n '/\.1[a-z]*$$/p'; \
- } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
- -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
- dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
install-pkgconfigDATA: $(pkgconfig_DATA)
@$(NORMAL_INSTALL)
@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
@@ -822,15 +742,15 @@ dist-xz: distdir
$(am__post_remove_distdir)
dist-tarZ: distdir
- @echo WARNING: "Support for shar distribution archives is" \
- "deprecated." >&2
+ @echo WARNING: "Support for distribution archives compressed with" \
+ "legacy program 'compress' is deprecated." >&2
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
$(am__post_remove_distdir)
dist-shar: distdir
- @echo WARNING: "Support for distribution archives compressed with" \
- "legacy program 'compress' is deprecated." >&2
+ @echo WARNING: "Support for shar distribution archives is" \
+ "deprecated." >&2
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
$(am__post_remove_distdir)
@@ -866,17 +786,17 @@ distcheck: dist
esac
chmod -R a-w $(distdir)
chmod u+w $(distdir)
- mkdir $(distdir)/_build $(distdir)/_inst
+ mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
chmod a-w $(distdir)
test -d $(distdir)/_build || exit 0; \
dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
&& dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
&& am__cwd=`pwd` \
- && $(am__cd) $(distdir)/_build \
- && ../configure \
+ && $(am__cd) $(distdir)/_build/sub \
+ && ../../configure \
$(AM_DISTCHECK_CONFIGURE_FLAGS) \
$(DISTCHECK_CONFIGURE_FLAGS) \
- --srcdir=.. --prefix="$$dc_install_base" \
+ --srcdir=../.. --prefix="$$dc_install_base" \
&& $(MAKE) $(AM_MAKEFLAGS) \
&& $(MAKE) $(AM_MAKEFLAGS) dvi \
&& $(MAKE) $(AM_MAKEFLAGS) check \
@@ -931,12 +851,11 @@ distcleancheck: distclean
exit 1; } >&2
check-am: all-am
check: check-am
-all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(MANS) $(DATA) \
- $(HEADERS)
+all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(DATA) $(HEADERS)
install-binPROGRAMS: install-libLTLIBRARIES
installdirs:
- for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(pkgincludedir)"; do \
+ for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(pkgincludedir)"; do \
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
done
install: install-am
@@ -995,15 +914,13 @@ info: info-am
info-am:
-install-data-am: install-man install-pkgconfigDATA \
- install-pkgincludeHEADERS
+install-data-am: install-pkgconfigDATA install-pkgincludeHEADERS
install-dvi: install-dvi-am
install-dvi-am:
-install-exec-am: install-binPROGRAMS install-binSCRIPTS \
- install-libLTLIBRARIES
+install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
install-html: install-html-am
@@ -1013,7 +930,7 @@ install-info: install-info-am
install-info-am:
-install-man: install-man1
+install-man:
install-pdf: install-pdf-am
@@ -1044,11 +961,8 @@ ps: ps-am
ps-am:
-uninstall-am: uninstall-binPROGRAMS uninstall-binSCRIPTS \
- uninstall-libLTLIBRARIES uninstall-man uninstall-pkgconfigDATA \
- uninstall-pkgincludeHEADERS
-
-uninstall-man: uninstall-man1
+uninstall-am: uninstall-binPROGRAMS uninstall-libLTLIBRARIES \
+ uninstall-pkgconfigDATA uninstall-pkgincludeHEADERS
.MAKE: install-am install-strip
@@ -1060,20 +974,20 @@ uninstall-man: uninstall-man1
distclean-compile distclean-generic distclean-libtool \
distclean-tags distcleancheck distdir distuninstallcheck dvi \
dvi-am html html-am info info-am install install-am \
- install-binPROGRAMS install-binSCRIPTS install-data \
- install-data-am install-dvi install-dvi-am install-exec \
- install-exec-am install-html install-html-am install-info \
- install-info-am install-libLTLIBRARIES install-man \
- install-man1 install-pdf install-pdf-am install-pkgconfigDATA \
- install-pkgincludeHEADERS install-ps install-ps-am \
- install-strip installcheck installcheck-am installdirs \
- maintainer-clean maintainer-clean-generic mostlyclean \
- mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
- pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
- uninstall-binPROGRAMS uninstall-binSCRIPTS \
- uninstall-libLTLIBRARIES uninstall-man uninstall-man1 \
+ install-binPROGRAMS install-data install-data-am install-dvi \
+ install-dvi-am install-exec install-exec-am install-html \
+ install-html-am install-info install-info-am \
+ install-libLTLIBRARIES install-man install-pdf install-pdf-am \
+ install-pkgconfigDATA install-pkgincludeHEADERS install-ps \
+ install-ps-am install-strip installcheck installcheck-am \
+ installdirs maintainer-clean maintainer-clean-generic \
+ mostlyclean mostlyclean-compile mostlyclean-generic \
+ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
+ uninstall-am uninstall-binPROGRAMS uninstall-libLTLIBRARIES \
uninstall-pkgconfigDATA uninstall-pkgincludeHEADERS
+.PRECIOUS: Makefile
+
@SET_MAKE@
diff --git a/ijs/configure b/ijs/configure
index d3d340977..de43e3ec8 100755
--- a/ijs/configure
+++ b/ijs/configure
@@ -2153,7 +2153,7 @@ IJS_VERSION=0.35
-am__api_version='1.14'
+am__api_version='1.15'
ac_aux_dir=
for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
@@ -2354,8 +2354,8 @@ test "$program_suffix" != NONE &&
ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
-# expand $ac_aux_dir to an absolute path
-am_aux_dir=`cd $ac_aux_dir && pwd`
+# Expand $ac_aux_dir to an absolute path.
+am_aux_dir=`cd "$ac_aux_dir" && pwd`
if test x"${MISSING+set}" != xset; then
case $am_aux_dir in
@@ -2374,7 +2374,7 @@ else
$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
fi
-if test x"${install_sh}" != xset; then
+if test x"${install_sh+set}" != xset; then
case $am_aux_dir in
*\ * | *\ *)
install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
@@ -2702,8 +2702,8 @@ MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
mkdir_p='$(MKDIR_P)'
-# We need awk for the "check" target. The system "awk" is bad on
-# some platforms.
+# We need awk for the "check" target (and possibly the TAP driver). The
+# system "awk" is bad on some platforms.
# Always define AMTAR for backward compatibility. Yes, it's still used
# in the wild :-( We should find a proper way to deprecate it ...
AMTAR='$${TAR-tar}'
@@ -2770,6 +2770,7 @@ fi
+
LT_RELEASE=$IJS_MAJOR_VERSION.$IJS_MINOR_VERSION
LT_CURRENT=$IJS_CURRENT_INTERFACE
LT_REVISION=$IJS_INTERFACE_AGE
@@ -12323,8 +12324,6 @@ LIBIJS_LIBS="${LIBIJS_LIBS} ${IJS_DEPLIBS}"
ac_config_files="$ac_config_files Makefile"
-ac_config_files="$ac_config_files ijs-config"
-
ac_config_files="$ac_config_files ijs.pc"
cat >confcache <<\_ACEOF
@@ -13356,7 +13355,6 @@ do
"depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
"libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
"Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
- "ijs-config") CONFIG_FILES="$CONFIG_FILES ijs-config" ;;
"ijs.pc") CONFIG_FILES="$CONFIG_FILES ijs.pc" ;;
*) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
@@ -14510,7 +14508,6 @@ fi
chmod +x "$ofile"
;;
- "ijs-config":F) chmod +x ijs-config ;;
esac
done # for ac_tag
diff --git a/ijs/configure.ac b/ijs/configure.ac
index 6c05a3891..fb41c93f5 100644
--- a/ijs/configure.ac
+++ b/ijs/configure.ac
@@ -61,8 +61,8 @@ dnl IJS_CFLAGS: cflags for compiling libraries and example progs
dnl IJS_LIBS: libraries for linking programs. ONLY to be used
dnl to generate ${ijs_libs}
dnl IJS_DEPLIBS: libraries for linking libraries against
-dnl ijs_cflags: cflags to store in ijs-config
-dnl ijs_libs: libs to store in ijs-config
+dnl ijs_cflags: cflags to store for pkg-config
+dnl ijs_libs: libs to store for pkg-config
dnl LIBIJS_LIBS libs to link programs IN THIS PACKAGE ONLY against
dnl initial default values
@@ -158,6 +158,5 @@ AC_SUBST(LIBIJS_LIBS)
dnl output files and headers
AC_CONFIG_FILES([Makefile])
-AC_CONFIG_FILES([ijs-config], [chmod +x ijs-config])
AC_CONFIG_FILES([ijs.pc])
AC_OUTPUT
diff --git a/ijs/ijs-config.1 b/ijs/ijs-config.1
deleted file mode 100644
index 4e2bbd656..000000000
--- a/ijs/ijs-config.1
+++ /dev/null
@@ -1,63 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH IJS-CONFIG 1 "5 Feb, 2004"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-ijs-config \- script to get information about the installed version of ijs
-.SH SYNOPSIS
-.B ijs-config
-[\-\-prefix\fI[=DIR]\fP] [\-\-exec\-prefix\fI[=DIR]\fP] [\-\-version] [\-\-libs] [\-\-cflags]
-.SH DESCRIPTION
-.PP
-\fIijs-config\fP is a program that is used to determine the compiler and
-linker flags that should be used to compile and link programs that use
-\fIIJS\fP.
-.SH OPTIONS
-This program follows the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-.TP
-.B \-\-help
-Show summary of options. This may list additional advanced package
-configuration options not detailed in this manual page.
-.TP
-.B \-\-version
-Show installed libijs version.
-.TP
-.B \-\-libs
-Print the linker flags that are necessary to link an \fIIJS\fP program.
-.TP
-.B \-\-cflags
-Print the compiler flags that are necessary to compile an \fIIJS\fP program.
-.TP
-.B \-\-prefix=PREFIX
-If specified, use PREFIX instead of the installation prefix that \fIIJS\fP
-was built with when computing the output for the \-\-cflags and
-\-\-libs options. This option is also used for the exec prefix
-if \-\-exec\-prefix was not specified. This option must be specified
-before any \-\-libs or \-\-cflags options.
-.TP
-.B \-\-exec\-prefix=PREFIX
-If specified, use PREFIX instead of the installation exec prefix that
-\fIIJS\fP was built with when computing the output for the \-\-cflags
-and \-\-libs options. This option must be specified before any
-\-\-libs or \-\-cflags options.
-.SH SEE ALSO
-.BR gtk-config (1)
-.SH AUTHOR
-This manual page was written by Roger Leigh
-\fI<rleigh@debian.org>\fP, originally for
-the Debian GNU/Linux system.
diff --git a/ijs/ijs-config.in b/ijs/ijs-config.in
deleted file mode 100644
index 3a17ac6f2..000000000
--- a/ijs/ijs-config.in
+++ /dev/null
@@ -1,56 +0,0 @@
-#!/bin/sh
-
-prefix=@prefix@
-exec_prefix=@exec_prefix@
-exec_prefix_set=no
-
-usage="\
-Usage: ijs-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--libs] [--cflags]"
-
-if test $# -eq 0; then
- echo "${usage}" 1>&2
- exit 1
-fi
-
-while test $# -gt 0; do
- case "$1" in
- -*=*) optarg=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
- *) optarg= ;;
- esac
-
- case $1 in
- --prefix=*)
- prefix=$optarg
- if test $exec_prefix_set = no ; then
- exec_prefix=$optarg
- fi
- ;;
- --prefix)
- echo $prefix
- ;;
- --exec-prefix=*)
- exec_prefix=$optarg
- exec_prefix_set=yes
- ;;
- --exec-prefix)
- echo $exec_prefix
- ;;
- --version)
- echo @IJS_VERSION@
- ;;
- --cflags)
- includes=-I@includedir@/ijs
- echo $includes
- ;;
- --libs)
- libdirs=-L@libdir@
- echo $libdirs -lijs
- ;;
- *)
- echo "${usage}" 1>&2
- exit 1
- ;;
- esac
- shift
-done
-
diff --git a/ijs/libtool b/ijs/libtool
index 8f823e1f4..78956dbb4 100755
--- a/ijs/libtool
+++ b/ijs/libtool
@@ -2,7 +2,7 @@
# libtool - Provide generalized library-building support services.
# Generated automatically by config.status (ijs_name) 0.35
-# Libtool was configured on host azazel:
+# Libtool was configured on host salvor:
# NOTE: Changes made to this file will be lost: look at ltmain.sh.
#
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
@@ -272,10 +272,10 @@ finish_eval=""
hardcode_into_libs=yes
# Compile-time system search path for libraries.
-sys_lib_search_path_spec="/usr/lib/gcc/x86_64-linux-gnu/4.8 /usr/lib/x86_64-linux-gnu /usr/lib /lib/x86_64-linux-gnu /lib "
+sys_lib_search_path_spec="/usr/lib/gcc/x86_64-linux-gnu/5 /usr/lib/x86_64-linux-gnu /usr/lib /lib/x86_64-linux-gnu /lib "
# Run-time system search path for libraries.
-sys_lib_dlsearch_path_spec="/lib /usr/lib /usr/lib/x86_64-linux-gnu/libfakeroot /lib/i386-linux-gnu /usr/lib/i386-linux-gnu /lib/i686-linux-gnu /usr/lib/i686-linux-gnu /usr/local/lib /lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu/mesa-egl /usr/lib/nvidia-304 /usr/lib32/nvidia-304 /usr/lib/x86_64-linux-gnu/mir/clientplatform/mesa /lib32 /usr/lib32 /libx32 /usr/libx32 "
+sys_lib_dlsearch_path_spec="/lib /usr/lib /usr/lib/x86_64-linux-gnu/libfakeroot /lib/i386-linux-gnu /usr/lib/i386-linux-gnu /lib/i686-linux-gnu /usr/lib/i686-linux-gnu /usr/local/lib /lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu/mesa-egl /usr/lib/fglrx /usr/lib32/fglrx /lib32 /usr/lib32 "
# Whether dlopen is supported.
dlopen_support=unknown
@@ -499,7 +499,7 @@ hardcode_action=immediate
# compiler: $LTCC
# compiler flags: $LTCFLAGS
# linker: $LD (gnu? $with_gnu_ld)
-# $progname: (GNU libtool) 2.4.2 Debian-2.4.2-1.7ubuntu1
+# $progname: (GNU libtool) 2.4.2 Debian-2.4.2-1.11
# automake: $automake_version
# autoconf: $autoconf_version
#
@@ -509,7 +509,7 @@ hardcode_action=immediate
PROGRAM=libtool
PACKAGE=libtool
-VERSION="2.4.2 Debian-2.4.2-1.7ubuntu1"
+VERSION="2.4.2 Debian-2.4.2-1.11"
TIMESTAMP=""
package_revision=1.3337