remove GNU-ism

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@9613 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2005-02-11 13:27:35 +00:00
parent b221cd192e
commit 300075334c
3 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2005-02-09 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* Makefile.am: remove hack for making bindist work with autoconf
<=1.4. This broke non GNU make programs.
2005-01-24 Angus Leeming <leeming@lyx.org>
* mkinstalldirs: removed. Duplicates the file in the config

View File

@ -11,9 +11,6 @@ SUBDIRS = config development intl po boost src sourcedoc lib
EXTRA_DIST = ANNOUNCE INSTALL.OS2 INSTALL.autoconf README.OS2 \
README.MacOSX UPGRADING lyx.man autogen.sh images
# Hack so that the targets that use tar will also work with automake 1.4
AMTAR ?= $(TAR)
man_MANS = lyx.1
## Needed by bindist

View File

@ -82,3 +82,5 @@ What's new
- Fix link error with Cygwin.
- Fix warnings with recent versions of automake.
- Remove GNU-make specific construct in Makefile