From 6c6c7dc9481c0aaa545ab649dd66e25a7d793c3f Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Fri, 11 Feb 2005 13:14:38 +0000 Subject: [PATCH 1/1] remove GNU-ism git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9611 a592a061-630c-0410-9148-cb99ea01b6c8 --- ChangeLog | 5 +++++ Makefile.am | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3453fcdda6..409bb0b5ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-02-09 Jean-Marc Lasgouttes + + * Makefile.am: remove hack for making bindist work with autoconf + <=1.4. This broke non GNU make programs. + 2005-02-07 Lars Gullik Bjonnes * configure.ac (AH_BOTTOM): make BOOST_POSIX be defined for cygwin diff --git a/Makefile.am b/Makefile.am index 1778e4ff5a..49054584cb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,9 +17,6 @@ endif EXTRA_DIST = ANNOUNCE INSTALL.OS2 INSTALL.autoconf README.OS2 \ UPGRADING lyx.man autogen.sh -# Hack so that the targets that use tar will also work with automake 1.4 -AMTAR ?= $(TAR) - man_MANS = lyx.1 ## Needed by bindist -- 2.39.5