From 8732b645a6fa36387c8cedff7b6a70ad1c6c9441 Mon Sep 17 00:00:00 2001 From: bonzini Date: Sun, 30 Aug 2009 14:26:37 +0000 Subject: 2009-08-30 Paolo Bonzini PR ada/41122 * configure.ac: Add AC_PROG_AWK. Remove useless duplicate call to AC_PROG_CC. * configure: Regenerate. * Makefile.in: Substitute AWK. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@151227 138bc75d-0d04-0410-961f-82ee72b054a4 --- libada/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libada/Makefile.in') diff --git a/libada/Makefile.in b/libada/Makefile.in index db483b50033..eec1649f9e1 100644 --- a/libada/Makefile.in +++ b/libada/Makefile.in @@ -39,7 +39,9 @@ prefix = @prefix@ # Nonstandard autoconf-set variables. enable_shared = @enable_shared@ + LN_S=@LN_S@ +AWK=@AWK@ # Variables for the user (or the top level) to override. objext=.o -- cgit v1.2.1