From db93a8d50b9e333ba8d4291a3376e699af56d75f Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Sun, 26 Sep 1999 21:31:29 +0000 Subject: [PATCH] 1999-09-27 Ben Elliston * autoscan.pl (scan_files): Emit an AC_PROG_CC invocation to configure.scan if there are any C files present. Fix for autoconf/19. --- ChangeLog | 6 ++++++ autoscan.in | 1 + autoscan.pl | 1 + bin/autoscan.in | 1 + 4 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 82afff6e..2c602a99 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +1999-09-27 Ben Elliston + + * autoscan.pl (scan_files): Emit an AC_PROG_CC invocation to + configure.scan if there are any C files present. Fix for + autoconf/19. + 1999-09-26 Ben Elliston * acgeneral.m4 (AC_OUTPUT_LINKS): Eliminate gratuitous spaces from diff --git a/autoscan.in b/autoscan.in index ac394c7f..98c15335 100644 --- a/autoscan.in +++ b/autoscan.in @@ -160,6 +160,7 @@ sub scan_files } foreach $file (@cfiles) { + $programs{"cc"}++; &scan_c_file($file); } diff --git a/autoscan.pl b/autoscan.pl index ac394c7f..98c15335 100644 --- a/autoscan.pl +++ b/autoscan.pl @@ -160,6 +160,7 @@ sub scan_files } foreach $file (@cfiles) { + $programs{"cc"}++; &scan_c_file($file); } diff --git a/bin/autoscan.in b/bin/autoscan.in index ac394c7f..98c15335 100644 --- a/bin/autoscan.in +++ b/bin/autoscan.in @@ -160,6 +160,7 @@ sub scan_files } foreach $file (@cfiles) { + $programs{"cc"}++; &scan_c_file($file); } -- 2.47.2