public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] libcc1: rerun configure when gcc/BASE-VER changes
@ 2016-03-08 14:18 Andreas Schwab
  2016-03-11 21:56 ` Jeff Law
  0 siblings, 1 reply; 3+ messages in thread
From: Andreas Schwab @ 2016-03-08 14:18 UTC (permalink / raw)
  To: gcc-patches

This is needed to get gcc_version updated.

Andreas.

	* configure.ac (CONFIG_STATUS_DEPENDENCIES): Substitute.
	* configure: Regenerate.
	* Makefile.in: Regenerate.

diff --git a/libcc1/configure.ac b/libcc1/configure.ac
index 6c97afd..e2e3fda 100644
--- a/libcc1/configure.ac
+++ b/libcc1/configure.ac
@@ -50,6 +50,7 @@ AC_CHECK_DECLS([basename])
 
 gcc_version=`cat $srcdir/../gcc/BASE-VER`
 AC_SUBST(gcc_version)
+AC_SUBST([CONFIG_STATUS_DEPENDENCIES], ['$(top_srcdir)/../gcc/BASE-VER'])
 
 ACX_PROG_CC_WARNING_OPTS([-W -Wall], [WARN_FLAGS])
 AC_SUBST(WARN_FLAGS)
-- 
2.7.2


-- 
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."

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

* Re: [PATCH] libcc1: rerun configure when gcc/BASE-VER changes
  2016-03-08 14:18 [PATCH] libcc1: rerun configure when gcc/BASE-VER changes Andreas Schwab
@ 2016-03-11 21:56 ` Jeff Law
  0 siblings, 0 replies; 3+ messages in thread
From: Jeff Law @ 2016-03-11 21:56 UTC (permalink / raw)
  To: Andreas Schwab, gcc-patches

On 03/08/2016 07:17 AM, Andreas Schwab wrote:
> This is needed to get gcc_version updated.
>
> Andreas.
>
> 	* configure.ac (CONFIG_STATUS_DEPENDENCIES): Substitute.
> 	* configure: Regenerate.
> 	* Makefile.in: Regenerate.
OK.

jeff

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

* [PATCH] libcc1: rerun configure when gcc/BASE-VER changes
@ 2016-01-18 17:01 Andreas Schwab
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas Schwab @ 2016-01-18 17:01 UTC (permalink / raw)
  To: gcc-patches

	* configure.ac (CONFIG_STATUS_DEPENDENCIES): Substitute.
	* configure: Regenerate.
	* Makefile.in: Regenerate.

diff --git a/libcc1/configure.ac b/libcc1/configure.ac
index 6c97afd..e2e3fda 100644
--- a/libcc1/configure.ac
+++ b/libcc1/configure.ac
@@ -50,6 +50,7 @@ AC_CHECK_DECLS([basename])
 
 gcc_version=`cat $srcdir/../gcc/BASE-VER`
 AC_SUBST(gcc_version)
+AC_SUBST([CONFIG_STATUS_DEPENDENCIES], ['$(top_srcdir)/../gcc/BASE-VER'])
 
 ACX_PROG_CC_WARNING_OPTS([-W -Wall], [WARN_FLAGS])
 AC_SUBST(WARN_FLAGS)


-- 
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."

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

end of thread, other threads:[~2016-03-11 21:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-08 14:18 [PATCH] libcc1: rerun configure when gcc/BASE-VER changes Andreas Schwab
2016-03-11 21:56 ` Jeff Law
  -- strict thread matches above, loose matches on Subject: below --
2016-01-18 17:01 Andreas Schwab

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).