autogen.sh: remove --force-missing on automake

config/ltmain.sh: add patch for darwin


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10777 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 2006-01-26 00:01:00 +00:00
parent c21692f191
commit 1e62f8f399
4 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-01-26 <larsbj@gullik.net>
* autogen.sh: remove the --force-missing option to automake
2006-01-25 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* NEWS: update for 1.4.0.

View File

@ -2,7 +2,7 @@
ACLOCAL="aclocal -I ${PWD}/m4"
AUTOHEADER="autoheader"
AUTOMAKE="automake --add-missing --copy --force-missing --foreign"
AUTOMAKE="automake --add-missing --copy --foreign"
AUTOCONF="autoconf"
ACINCLUDE_FILES="lyxinclude.m4 libtool.m4 xforms.m4 qt.m4 gtk--.m4 gnome--.m4 gnome.m4 spell.m4 cygwin.m4 pkg.m4"

View File

@ -1,3 +1,7 @@
2006-01-26 Lars Gullik Bjønne s<larsbj@lyx.org>
* ltmain.sh: apply patch for darwin
2005-12-30 Lars Gullik Bjonnes <larsbj@lyx.org>
* ltmain.sh: update to newer version

View File

@ -1357,6 +1357,8 @@ EOF
;;
darwin_framework)
compiler_flags="$compiler_flags $arg"
compile_command="$compile_command $arg"
finalize_command="$finalize_command $arg"
prev=
continue
;;
@ -1421,6 +1423,8 @@ EOF
-framework)
prev=darwin_framework
compiler_flags="$compiler_flags $arg"
compile_command="$compile_command $arg"
finalize_command="$finalize_command $arg"
continue
;;