diff --git a/.cvsignore b/.cvsignore index 44c9c5f209..a6330fe1ee 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,4 +1,4 @@ -acconfig.m4 +acconfig.h autom4te-2.53.cache configure.ac configure.in diff --git a/ChangeLog b/ChangeLog index 190afc1fd2..3811fb341c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2002-08-08 Lars Gullik Bjønnes + + * .cvsignore: change acconfig.m4 to acconfig.h + + * autogen.sh (AUTOCONF): remove warning args on autoheader and + autoconf + 2002-08-08 Lars Gullik Bjønnes * 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 * INSTALL: fix location of GNU gettext package diff --git a/autogen.sh b/autogen.sh index a0f0050427..e32a01219b 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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"