Remove AM_MAINTAINER_MODE from configure.in.

* configure.in: Remove AM_MAINTAINER_MODE since this causes only
        problems anyway. From now on the build system always behaves as
if
        --enable-maintainer-mode had been specified. This makes all
        related errors vanish.

        * macros/autogen.sh: Clean up autogen script a bit, but leave
        * the
        functionality unchanged.

Also, remove mdate-sh since this is installed by automake.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11887 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming
2005-11-07 21:19:24 +00:00
parent 7261f84d87
commit 18ffd651ff
5 changed files with 39 additions and 165 deletions

View File

@@ -11,15 +11,7 @@ Owen Taylor.
./autogen.sh --enable-ofx --enable-opt-style-install --prefix=/opt/gnucash
Autogen will automatically generate the configure script and then
run it WITH SPECIAL ARGUMENTS to make sure certain files get built.
If you run "configure" without these special arguments, it is very likely
that GnuCash will fail to build. Therefore, do not run configure by
hand.
At the moment it seems that ./configure has to be called with
--enable-maintainer-mode always in order so that certain files get
built. If you run "configure" without this argument, it is very
likely that GnuCash will fail to build.
run it. After that, configure can also be run by hand.
If in doubt, you can run autogen.sh, run ./configure --help,
then re-run ./configure with your options.