aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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])