Lines 46-53
Link Here
|
46 |
|
46 |
|
47 |
# asan is somewhat similar to valgrind, but has low enough overhead so it |
47 |
# asan is somewhat similar to valgrind, but has low enough overhead so it |
48 |
# can be used during normal operation. |
48 |
# can be used during normal operation. |
49 |
@@ -143,43 +143,13 @@ AS_IF([test -z "$PKG_CONFIG"], |
49 |
@@ -134,52 +134,22 @@ PKG_PROG_PKG_CONFIG(0.28) # latest version in buildroo |
50 |
) |
50 |
m4_ifndef([PKG_PROG_PKG_CONFIG], |
|
|
51 |
[m4_fatal([please install pkg-config >= 0.28 before running autoconf/autogen])]) |
52 |
PKG_PROG_PKG_CONFIG(0.28) # latest version in buildroot |
53 |
-AS_IF([test -z "$PKG_CONFIG"], |
54 |
+AS_IF([test -z "$PKG_CONFIG"],[ |
55 |
AC_MSG_ERROR([ |
56 |
*** pkg-config with version >= 0.28 could not be found. |
57 |
*** |
58 |
*** Make sure it is in your path, or set the PKG_CONFIG environment variable |
59 |
*** to the full path to pkg-config.]) |
60 |
-) |
61 |
+]) |
51 |
|
62 |
|
52 |
# glib2? |
63 |
# glib2? |
53 |
-PKG_CHECK_MODULES(GLIB,glib-2.0 >= 2.58 gobject-2.0 gio-2.0) |
64 |
-PKG_CHECK_MODULES(GLIB,glib-2.0 >= 2.58 gobject-2.0 gio-2.0) |
Lines 94-100
Link Here
|
94 |
############################################################################### |
105 |
############################################################################### |
95 |
# we set the set the version of the MuStore (Xapian database) layout |
106 |
# we set the set the version of the MuStore (Xapian database) layout |
96 |
# here; it will become part of the db name, so we can automatically |
107 |
# here; it will become part of the db name, so we can automatically |
97 |
@@ -247,24 +217,10 @@ AC_SUBST(MU_DOC_DIR, "${prefix}/share/doc/mu") |
108 |
@@ -247,24 +217,10 @@ Makefile |
98 |
|
109 |
|
99 |
AC_CONFIG_FILES([ |
110 |
AC_CONFIG_FILES([ |
100 |
Makefile |
111 |
Makefile |