summaryrefslogtreecommitdiff
path: root/m4/pkgconfig.m4
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2024-02-01 20:50:43 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2024-02-01 20:50:43 +0300
commit5f1cd97b9727fe10df79e1eb316ff493d9dfc2a9 (patch)
tree3f0d866222115bd1b42cb538efaac2219ef2afa8 /m4/pkgconfig.m4
parentc020bda61fe4a8108772309561d1f8e2f089aec0 (diff)
Turn libodb-qt repository into package for muti-package repositorylibodb-qt
Diffstat (limited to 'm4/pkgconfig.m4')
-rw-r--r--m4/pkgconfig.m411
1 files changed, 0 insertions, 11 deletions
diff --git a/m4/pkgconfig.m4 b/m4/pkgconfig.m4
deleted file mode 100644
index c48ea56..0000000
--- a/m4/pkgconfig.m4
+++ /dev/null
@@ -1,11 +0,0 @@
-dnl file : m4/pkgconfig.m4
-dnl license : GNU GPL v2; see accompanying LICENSE file
-dnl
-AC_DEFUN([PKGCONFIG],[
-AC_ARG_WITH(
- [pkgconfigdir],
- [AC_HELP_STRING([--with-pkgconfigdir=DIR],[location of pkgconfig dir (default is libdir/pkgconfig)])],
- [pkgconfigdir=${withval}],
- [pkgconfigdir='${libdir}/pkgconfig'])
-AC_SUBST([pkgconfigdir])
-])dnl