aboutsummaryrefslogtreecommitdiff
path: root/libada
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2004-03-02 15:35:09 +0100
committerArnaud Charlet <charlet@gcc.gnu.org>2004-03-02 15:35:09 +0100
commit215cae7b525b41e0cb92b7e0b0bb36a4e57695f5 (patch)
tree5001092a3ef5ea9ac5f96c4a8bc399f8b9735619 /libada
parentf0d3c336d55e17c2e3479108ff2176624815990d (diff)
downloadgcc-215cae7b525b41e0cb92b7e0b0bb36a4e57695f5.zip
gcc-215cae7b525b41e0cb92b7e0b0bb36a4e57695f5.tar.gz
gcc-215cae7b525b41e0cb92b7e0b0bb36a4e57695f5.tar.bz2
Complete previous change.
From-SVN: r78761
Diffstat (limited to 'libada')
-rwxr-xr-xlibada/configure1
-rw-r--r--libada/configure.in3
2 files changed, 3 insertions, 1 deletions
diff --git a/libada/configure b/libada/configure
index 5153cad..0eca539 100755
--- a/libada/configure
+++ b/libada/configure
@@ -1196,6 +1196,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 35923fb..fa1337a 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])