From: David MacKenzie Date: Tue, 19 Apr 1994 18:39:41 +0000 (+0000) Subject: (AC_SIZEOF_TYPE): FIx typo. X-Git-Tag: fsf-origin~690 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b8e55867ce1b5a3e7ebc31acd06b9e5b762edae;p=thirdparty%2Fautoconf.git (AC_SIZEOF_TYPE): FIx typo. --- diff --git a/acgeneral.m4 b/acgeneral.m4 index aac995632..27f078a78 100644 --- a/acgeneral.m4 +++ b/acgeneral.m4 @@ -33,7 +33,7 @@ dnl dnl Utility functions for stamping the configure script. dnl dnl -define(AC_ACVERSION, 1.8)dnl +define(AC_ACVERSION, 1.9)dnl dnl This is defined by the --version option of the autoconf script. ifdef([AC_PRINT_VERSION], [errprint(Autoconf version AC_ACVERSION )])dnl @@ -908,7 +908,7 @@ main() fprintf(f, "%d\n", sizeof($1)); exit(0); }], ac_size=`cat conftestval`) -AC_DEFINE_UNQUOTED(changequote(<<,>>) translit(sizeof_$1, [a-z *], [A-Z_P])<<>>changequote([,]), $ac_size))])dnl +AC_DEFINE_UNQUOTED(changequote(<<,>>) translit(sizeof_$1, [a-z *], [A-Z_P])<<>>changequote([,]), $ac_size)])dnl dnl dnl dnl The big finish diff --git a/lib/autoconf/general.m4 b/lib/autoconf/general.m4 index aac995632..27f078a78 100644 --- a/lib/autoconf/general.m4 +++ b/lib/autoconf/general.m4 @@ -33,7 +33,7 @@ dnl dnl Utility functions for stamping the configure script. dnl dnl -define(AC_ACVERSION, 1.8)dnl +define(AC_ACVERSION, 1.9)dnl dnl This is defined by the --version option of the autoconf script. ifdef([AC_PRINT_VERSION], [errprint(Autoconf version AC_ACVERSION )])dnl @@ -908,7 +908,7 @@ main() fprintf(f, "%d\n", sizeof($1)); exit(0); }], ac_size=`cat conftestval`) -AC_DEFINE_UNQUOTED(changequote(<<,>>) translit(sizeof_$1, [a-z *], [A-Z_P])<<>>changequote([,]), $ac_size))])dnl +AC_DEFINE_UNQUOTED(changequote(<<,>>) translit(sizeof_$1, [a-z *], [A-Z_P])<<>>changequote([,]), $ac_size)])dnl dnl dnl dnl The big finish