2002-08-08 Lars Gullik Bj�nnes <larsbj@birdstep.com>

* .cvsignore: change acconfig.m4 to acconfig.h

* autogen.sh (AUTOCONF): remove warning args on autoheader and
autoconf


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4899 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 2002-08-08 09:07:11 +00:00
parent cce95aea53
commit e1ed4d9dd4
3 changed files with 11 additions and 4 deletions

View File

@ -1,4 +1,4 @@
acconfig.m4
acconfig.h
autom4te-2.53.cache
configure.ac
configure.in

View File

@ -1,3 +1,10 @@
2002-08-08 Lars Gullik Bjønnes <larsbj@birdstep.com>
* .cvsignore: change acconfig.m4 to acconfig.h
* autogen.sh (AUTOCONF): remove warning args on autoheader and
autoconf
2002-08-08 Lars Gullik Bjønnes <larsbj@gullik.net>
* autogen.sh (autoversion): add handling of different autoconf
@ -11,7 +18,7 @@
* configure.in: more from here...
* config/configure.in: ...to here
2002-07-30 André Poenitz <poenitz@gmx.de>
* INSTALL: fix location of GNU gettext package

View File

@ -25,9 +25,9 @@ esac
ACLOCAL=aclocal
AUTOHEADER="autoheader -W none -W obsolete"
AUTOHEADER="autoheader"
AUTOMAKE="automake -a -c --foreign"
AUTOCONF="autoconf -W none -W obsolete"
AUTOCONF="autoconf"
GNUM4=
ACINCLUDE_FILES="lyxinclude.m4 libtool.m4 codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4 progtest.m4 xforms.m4 qt2.m4 gtk--.m4 gnome--.m4 gnome.m4 pspell.m4 pkg.m4"