Browse Source

Install the espeak compatibility symlinks.

master
Reece H. Dunn 9 years ago
parent
commit
cd64bfeb53
2 changed files with 6 additions and 0 deletions
  1. 5
    0
      Makefile.am
  2. 1
    0
      configure.ac

+ 5
- 0
Makefile.am View File

$(MKDIR) $(DESTDIR)$(DATADIR) $(MKDIR) $(DESTDIR)$(DATADIR)
cp -prf espeak-data/* $(DESTDIR)$(DATADIR) cp -prf espeak-data/* $(DESTDIR)$(DATADIR)


install-exec-hook:
cd $(DESTDIR)$(BINDIR) && rm -f espeak && $(LN_S) espeak-ng espeak
cd $(DESTDIR)$(BINDIR) && rm -f speak && $(LN_S) speak-ng speak
cd $(DESTDIR)$(LIBDIR) && rm -f libespeak.la && $(LN_S) libespeak-ng.la libespeak.la

clean-local: clean-local:
cd src && rm -f *.o *~ && cd .. cd src && rm -f *.o *~ && cd ..



+ 1
- 0
configure.ac View File

AC_PROG_CC AC_PROG_CC
AC_PROG_MAKE_SET AC_PROG_MAKE_SET
AC_PROG_LIBTOOL AC_PROG_LIBTOOL
AC_PROG_LN_S


dnl ================================================================ dnl ================================================================
dnl C99 compiler checks. dnl C99 compiler checks.

Loading…
Cancel
Save