Skip to content
Snippets Groups Projects
Commit 05741be6 authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

Merge branch 'release'

parents e061dd4b 1c9753a7
Branches
Tags
No related merge requests found
...@@ -38,7 +38,7 @@ SUFFIXES=.po .mo ...@@ -38,7 +38,7 @@ SUFFIXES=.po .mo
.po.mo: .po.mo:
$(MSGFMT) -o $@ $< $(MSGFMT) -o $@ $<
install-data-local: install-data-local: $(MOFILES)
@catalogs='$(MOFILES)'; \ @catalogs='$(MOFILES)'; \
for i in $$catalogs; do \ for i in $$catalogs; do \
destdir=$(locale_installdir); \ destdir=$(locale_installdir); \
...@@ -58,4 +58,4 @@ uninstall-local: ...@@ -58,4 +58,4 @@ uninstall-local:
done done
clean-local: clean-local:
rm -rf *.mo rm -f $(MOFILES)
...@@ -94,7 +94,6 @@ AC_SUBST(PKGADD_VENDOR) ...@@ -94,7 +94,6 @@ AC_SUBST(PKGADD_VENDOR)
dnl Check for programs dnl Check for programs
AC_PROG_CC AC_PROG_CC
SFL_CXX_WITH_DEBUG
AC_PROG_CXX AC_PROG_CXX
AC_PROG_CPP AC_PROG_CPP
AC_PROG_INSTALL AC_PROG_INSTALL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment