]> git.lyx.org Git - lyx.git/commitdiff
2002-08-08 Lars Gullik Bj�nnes <larsbj@birdstep.com>
authorLars Gullik Bjønnes <larsbj@gullik.org>
Thu, 8 Aug 2002 09:07:11 +0000 (09:07 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Thu, 8 Aug 2002 09:07:11 +0000 (09:07 +0000)
* .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

.cvsignore
ChangeLog
autogen.sh

index 44c9c5f209d08bd22b44bdcd3c5d554cd7bed2a8..a6330fe1ee58728e0626a36bc091545f4a5a30a2 100644 (file)
@@ -1,4 +1,4 @@
-acconfig.m4
+acconfig.h
 autom4te-2.53.cache
 configure.ac
 configure.in
index 190afc1fd2fc3861c36aa68839c40ba16ea917dd..3811fb341c9371329b451682b62b463231bd164f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index a0f00504276cdd14f37b459d139abb028f2f4bbf..e32a01219b0984ac526f5d75e5b3ff983e87782f 100755 (executable)
@@ -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"