Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
steam
systemd
Commits
e9da3678
Commit
e9da3678
authored
May 16, 2010
by
Lennart Poettering
Browse files
build-sys: use autoconf'igured mkdir/ln/sed programs
parent
05a602f4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
e9da3678
...
...
@@ -251,12 +251,12 @@ systemadm_CPPFLAGS = $(AM_CPPFLAGS) $(DBUSGLIB_CFLAGS) $(GTK_CFLAGS) $(VALA_CFLA
systemadm_LDADD
=
$(DBUSGLIB_LIBS)
$(GTK_LIBS)
systemd-initctl.service
:
units/systemd-initctl.service.in Makefile
sed
-e
's,@libexecdir\@,
$(libexecdir)
,g'
\
$(SED)
-e
's,@libexecdir\@,
$(libexecdir)
,g'
\
-e
's,@pkglibexecdir\@,
$(pkglibexecdir)
,g'
\
<
$<
>
$@
systemd-logger.service
:
units/systemd-logger.service.in Makefile
sed
-e
's,@libexecdir\@,
$(libexecdir)
,g'
\
$(SED)
-e
's,@libexecdir\@,
$(libexecdir)
,g'
\
-e
's,@pkglibexecdir\@,
$(pkglibexecdir)
,g'
\
<
$<
>
$@
...
...
@@ -287,8 +287,9 @@ install-data-hook:
$(DESTDIR)$(pkgsysconfdir)
/session
\
$(DESTDIR)$(sysconfdir)
/xdg/systemd
\
$(DESTDIR)
/cgroup/debug
rm
-f
$(DESTDIR)$(sysconfdir)
/xdg/systemd/session
ln
-sf
$(DESTDIR)$(pkgsysconfdir)
/session
$(DESTDIR)$(sysconfdir)
/xdg/systemd/session
(
cd
$(DESTDIR)$(sysconfdir)
/xdg/systemd/
&&
\
rm
-f
session
&&
\
$(LN_S)
$(DESTDIR)$(pkgsysconfdir)
/session session
)
DISTCHECK_CONFIGURE_FLAGS
=
\
--with-udevrulesdir
=
$$
dc_install_base/
$(udevrulesdir)
configure.ac
View file @
e9da3678
...
...
@@ -37,6 +37,10 @@ AS_IF([test "x$STOW" = "xyes" && test -d /usr/local/stow], [
ac_default_prefix="/usr/local/stow/${PACKAGE_NAME}-${PACKAGE_VERSION}"
])
AC_PROG_MKDIR_P
AC_PROG_LN_S
AC_PROG_SED
AC_PROG_CC
AC_PROG_CC_C99
AM_PROG_CC_C_O
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment