From: Arnaud Charlet Date: Tue, 2 Mar 2004 14:35:09 +0000 (+0100) Subject: Complete previous change. X-Git-Tag: releases/gcc-4.0.0~9692 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=215cae7b525b41e0cb92b7e0b0bb36a4e57695f5;p=thirdparty%2Fgcc.git Complete previous change. From-SVN: r78761 --- diff --git a/libada/configure b/libada/configure index 5153cadda329..0eca539497f4 100755 --- a/libada/configure +++ b/libada/configure @@ -1195,6 +1195,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu + # This is an autoconf 2.5x script. diff --git a/libada/configure.in b/libada/configure.in index 35923fbad957..fa1337a86e84 100644 --- a/libada/configure.in +++ b/libada/configure.in @@ -15,7 +15,8 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -AC_INIT(Makefile.in) +AC_INIT +AC_CONFIG_SRCDIR([Makefile.in]) # This is an autoconf 2.5x script. AC_PREREQ([2.57])