mirror of
https://github.com/clearlinux/clr-debug-info.git
synced 2026-09-06 13:51:38 +00:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8844b0b0e1 | ||
|
|
ca63e1be25 | ||
|
|
078e9987d5 |
+2
-5
@@ -14,9 +14,6 @@ clr_debug_fuse_LDADD = ${fuse_LIBS} $(glib_LIBS)
|
|||||||
clr_debug_daemon_LDADD = $(glib_LIBS) ${curl_LIBS}
|
clr_debug_daemon_LDADD = $(glib_LIBS) ${curl_LIBS}
|
||||||
clr_debug_prepare_LDADD = $(glib_LIBS)
|
clr_debug_prepare_LDADD = $(glib_LIBS)
|
||||||
|
|
||||||
|
systemdsystemunit_DATA = clr_debug_fuse.service clr_debug_daemon.service
|
||||||
|
|
||||||
systemdunitdir = @SYSTEMD_UNITDIR@
|
tmpfiles_DATA = debuginfo.conf
|
||||||
systemdunit_DATA = clr_debug_fuse.service clr_debug_daemon.service
|
|
||||||
|
|
||||||
tmpwatchdir = /etc/tmpfiles.d
|
|
||||||
tmpwatch_DATA = debuginfo.conf
|
|
||||||
|
|||||||
+6
-9
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
AC_PREREQ([2.66])
|
AC_PREREQ([2.66])
|
||||||
AC_INIT(clr-debug-info, 11, arjan@linux.intel.com)
|
AC_INIT(clr-debug-info, 11, arjan@linux.intel.com)
|
||||||
AM_INIT_AUTOMAKE([foreign -Wall -W])
|
AM_INIT_AUTOMAKE([foreign -Wall -W subdir-objects])
|
||||||
AM_SILENT_RULES([yes])
|
AM_SILENT_RULES([yes])
|
||||||
AC_PROG_CC
|
AC_PROG_CC
|
||||||
AC_LANG(C)
|
AC_LANG(C)
|
||||||
@@ -13,14 +13,11 @@ PKG_CHECK_MODULES([curl], [libcurl])
|
|||||||
PKG_CHECK_MODULES([fuse], [fuse])
|
PKG_CHECK_MODULES([fuse], [fuse])
|
||||||
PKG_CHECK_MODULES([SYSTEMD], [systemd])
|
PKG_CHECK_MODULES([SYSTEMD], [systemd])
|
||||||
|
|
||||||
AC_ARG_WITH([systemdunitdir], AC_HELP_STRING([--with-systemdunitdir=DIR],
|
tmpfilesdir=`pkg-config --variable tmpfilesdir systemd`
|
||||||
[path to systemd service directory]), [path_systemdunit=${withval}],
|
AC_SUBST(tmpfilesdir)
|
||||||
[path_systemdunit="`$PKG_CONFIG --variable=systemdsystemunitdir systemd`"])
|
|
||||||
if (test -n "${path_systemdunit}"); then
|
systemdsystemunitdir=`pkg-config --variable systemdsystemunitdir systemd`
|
||||||
SYSTEMD_UNITDIR="${path_systemdunit}"
|
AC_SUBST(systemdsystemunitdir)
|
||||||
AC_SUBST(SYSTEMD_UNITDIR)
|
|
||||||
AM_CONDITIONAL(SYSTEMD, test -n "${path_systemdunit}")
|
|
||||||
fi
|
|
||||||
|
|
||||||
AC_CONFIG_FILES([Makefile])
|
AC_CONFIG_FILES([Makefile])
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|||||||
Reference in New Issue
Block a user