1
0
mirror of https://github.com/haiwen/libsearpc.git synced 2025-07-03 16:56:22 +00:00

Use autotools discovered sed instead of calling directly system's one.

This commit is contained in:
Antonio Huete Jimenez 2013-04-13 12:44:31 +02:00
parent f022c6509c
commit ae89e752e8

View File

@ -20,10 +20,10 @@ SUBDIRS = json-glib lib pysearpc ${MAKE_DEMO} tests
install-data-local:
if MACOS
sed -i '' -e "s|(DESTDIR)|${DESTDIR}|g" $(pcfiles)
${SED} -i '' -e "s|(DESTDIR)|${DESTDIR}|g" $(pcfiles)
else
sed -i "s|(DESTDIR)|${DESTDIR}|g" $(pcfiles)
${SED} -i "s|(DESTDIR)|${DESTDIR}|g" $(pcfiles)
endif
dist-hook:
git log -1 > $(distdir)/latest_commit
git log -1 > $(distdir)/latest_commit