public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [pushed] libctf: re-generate configure
@ 2021-12-02 12:53 Simon Marchi
  2021-12-02 16:51 ` Mike Frysinger
  0 siblings, 1 reply; 3+ messages in thread
From: Simon Marchi @ 2021-12-02 12:53 UTC (permalink / raw)
  To: binutils; +Cc: Simon Marchi

When configuring libctf, I get:

  config.status: error: cannot find input file: `doc/Makefile.in'

This is because configure is out-of-date, re-generate it.

Change-Id: Ie69acd33012211a4620661582c7d24ad6d2cd169
---
 libctf/configure | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/libctf/configure b/libctf/configure
index 50f5cc5a3416..c56ac218213d 100755
--- a/libctf/configure
+++ b/libctf/configure
@@ -13685,7 +13685,7 @@ fi
 
 
 
-ac_config_files="$ac_config_files Makefile doc/Makefile"
+ac_config_files="$ac_config_files Makefile"
 
 ac_config_headers="$ac_config_headers config.h"
 
@@ -14702,7 +14702,6 @@ do
     "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
     "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
-    "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
     "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
 
   *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
-- 
2.33.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [pushed] libctf: re-generate configure
  2021-12-02 12:53 [pushed] libctf: re-generate configure Simon Marchi
@ 2021-12-02 16:51 ` Mike Frysinger
  2021-12-02 22:17   ` Alan Modra
  0 siblings, 1 reply; 3+ messages in thread
From: Mike Frysinger @ 2021-12-02 16:51 UTC (permalink / raw)
  To: Simon Marchi; +Cc: binutils

[-- Attachment #1: Type: text/plain, Size: 300 bytes --]

On 02 Dec 2021 07:53, Simon Marchi via Binutils wrote:
> When configuring libctf, I get:
> 
>   config.status: error: cannot find input file: `doc/Makefile.in'
> 
> This is because configure is out-of-date, re-generate it.

thanks.  i wish we had standard regen targets for autotools.
-mike

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [pushed] libctf: re-generate configure
  2021-12-02 16:51 ` Mike Frysinger
@ 2021-12-02 22:17   ` Alan Modra
  0 siblings, 0 replies; 3+ messages in thread
From: Alan Modra @ 2021-12-02 22:17 UTC (permalink / raw)
  To: Simon Marchi, binutils

On Thu, Dec 02, 2021 at 11:51:09AM -0500, Mike Frysinger via Binutils wrote:
> On 02 Dec 2021 07:53, Simon Marchi via Binutils wrote:
> > When configuring libctf, I get:
> > 
> >   config.status: error: cannot find input file: `doc/Makefile.in'
> > 
> > This is because configure is out-of-date, re-generate it.
> 
> thanks.  i wish we had standard regen targets for autotools.

configure with --enable-maintainer-mode, and enjoy automatic
regeneration.

-- 
Alan Modra
Australia Development Lab, IBM

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-12-02 22:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-02 12:53 [pushed] libctf: re-generate configure Simon Marchi
2021-12-02 16:51 ` Mike Frysinger
2021-12-02 22:17   ` Alan Modra

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).