Mailinglist Archive: opensuse (4749 mails)
| < Previous | Next > |
Re: [SLE] Autoconf & Bookcase
- From: Philipp Thomas <philipp.thomas@xxxxxxxxx>
- Date: Sun, 04 May 2003 19:52:00 +0200
- Message-id: <d6kabvcc049j8lac3s1pk9ma8efjre7kfs@xxxxxxx>
Anders Johansson <andjoh@xxxxxxxxxx> [Sun, 4 May 2003 19:01:36 +0200]:
>A program distributed with a runnable configure shouldn't
>need to run autoconf, automake and aclocal, it should already be done.
It's KDE stuff and thus the stuff in admin/ that will force it to do it
a recheck :(
>But the real solution would be to rewrite the ac and am stuff the way it's
>meant to be used
And in this case it's unbelievably easy (if you know a bit about the
autotools :) Just delete line 129 of configure.in (the line with the
call to AC_OUTPUT() with arguments). The correct way to do things is
already present: define files to output via AC_CONFIG_FILES (lines 131 -
138) and then call AC_OUTPUT *without* arguments (line 139).
Philipp
--
Philipp Thomas work: pthomas@xxxxxxx
Development, SuSE Linux AG private: philipp.thomas@xxxxxxxxx
>A program distributed with a runnable configure shouldn't
>need to run autoconf, automake and aclocal, it should already be done.
It's KDE stuff and thus the stuff in admin/ that will force it to do it
a recheck :(
>But the real solution would be to rewrite the ac and am stuff the way it's
>meant to be used
And in this case it's unbelievably easy (if you know a bit about the
autotools :) Just delete line 129 of configure.in (the line with the
call to AC_OUTPUT() with arguments). The correct way to do things is
already present: define files to output via AC_CONFIG_FILES (lines 131 -
138) and then call AC_OUTPUT *without* arguments (line 139).
Philipp
--
Philipp Thomas work: pthomas@xxxxxxx
Development, SuSE Linux AG private: philipp.thomas@xxxxxxxxx
| < Previous | Next > |