mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
10
README.svn
10
README.svn
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user