diff options
Diffstat (limited to 'libgloss/hp74x/configure.in')
-rw-r--r-- | libgloss/hp74x/configure.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libgloss/hp74x/configure.in b/libgloss/hp74x/configure.in index 892ba819b..576ffa856 100644 --- a/libgloss/hp74x/configure.in +++ b/libgloss/hp74x/configure.in @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_PREREQ(2.5)dnl +AC_PREREQ(2.59) AC_INIT(crt0.s) if test "$srcdir" = "." ; then @@ -12,7 +12,7 @@ fi AC_PROG_INSTALL -AC_PROG_CC +LIB_AC_PROG_CC AS=${AS-as} AC_SUBST(AS) AR=${AR-ar} @@ -20,6 +20,7 @@ AC_SUBST(AR) LD=${LD-ld} AC_SUBST(LD) AC_PROG_RANLIB +LIB_AM_PROG_AS host_makefile_frag=${srcdir}/../config/default.mh |