From: Ulrich Drepper Date: Thu, 17 Feb 2011 06:26:07 +0000 (-0500) Subject: Work around empty line at end file generated by autoconf. X-Git-Tag: glibc-2.14~230 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=baa6c69a57e632e953b45c11df7a5e5cb954e9cb;p=thirdparty%2Fglibc.git Work around empty line at end file generated by autoconf. --- diff --git a/sysdeps/x86_64/elf/configure b/sysdeps/x86_64/elf/configure index 99241e70bd3..cb8db2d54dd 100644 --- a/sysdeps/x86_64/elf/configure +++ b/sysdeps/x86_64/elf/configure @@ -125,3 +125,4 @@ fi $as_echo "#define PI_STATIC_AND_HIDDEN 1" >>confdefs.h +# work around problem with autoconf and empty lines at the end of files diff --git a/sysdeps/x86_64/elf/configure.in b/sysdeps/x86_64/elf/configure.in index 9cb59d009c0..4a41290f113 100644 --- a/sysdeps/x86_64/elf/configure.in +++ b/sysdeps/x86_64/elf/configure.in @@ -32,3 +32,4 @@ fi dnl It is always possible to access static and hidden symbols in an dnl position independent way. AC_DEFINE(PI_STATIC_AND_HIDDEN) +# work around problem with autoconf and empty lines at the end of files