summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2017-02-09 12:28:24 +0000
committerReuben Thomas <rrt@sc3d.org>2017-02-09 12:42:59 +0000
commit2aea0621f908c752d42d86147015d257f05c7026 (patch)
tree9d134712d08eb936a535e4c778140a84f9ad63d5
parent37ee5305c599a89bf6579fafaf5c5f5ab3bf941a (diff)
downloadenchant-2aea0621f908c752d42d86147015d257f05c7026.tar.gz
Remove enchant-uninstalled.pc.in
No longer support use of enchant from an uninstalled copy. These days, containerization means we can always use installed build-deps.
-rw-r--r--Makefile.am1
-rw-r--r--configure.ac1
-rw-r--r--enchant-uninstalled.pc.in11
3 files changed, 0 insertions, 13 deletions
diff --git a/Makefile.am b/Makefile.am
index 268523a..56a468c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,7 +8,6 @@ pkgconfig_DATA = enchant.pc
EXTRA_DIST = \
autogen.sh \
enchant.pc.in \
- enchant-uninstalled.pc.in \
enchant.spec.in \
enchant.spec \
lt-compile-resource \
diff --git a/configure.ac b/configure.ac
index 991c03a..8f1b93c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -532,7 +532,6 @@ dnl ============================================================================
AC_CONFIG_FILES([
Makefile
enchant.pc
-enchant-uninstalled.pc
enchant.spec
lib/Makefile
src/libenchant.rc
diff --git a/enchant-uninstalled.pc.in b/enchant-uninstalled.pc.in
deleted file mode 100644
index a61c2b1..0000000
--- a/enchant-uninstalled.pc.in
+++ /dev/null
@@ -1,11 +0,0 @@
-prefix=@prefix@
-exec_prefix=@exec_prefix@
-libdir=@libdir@
-includedir=@includedir@
-
-Name: libenchant
-Description: A spell checking library
-Version: @VERSION@
-Requires: glib-2.0 gmodule-2.0
-Libs: ${pc_top_builddir}/${pcfiledir}/src/libenchant.la
-Cflags: -I${pc_top_builddir}/${pcfiledir}/src