about summary refs log tree commit diff
path: root/sysdeps
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-02-17 01:26:07 -0500
committerUlrich Drepper <drepper@gmail.com>2011-02-17 01:26:07 -0500
commitbaa6c69a57e632e953b45c11df7a5e5cb954e9cb (patch)
treeb6d5b73e92ec838bb58d704f3faea09e680495cc /sysdeps
parentbe6bd0b7ab68d0ed968138a41b5d18eb930d7443 (diff)
downloadglibc-baa6c69a57e632e953b45c11df7a5e5cb954e9cb.tar.gz
glibc-baa6c69a57e632e953b45c11df7a5e5cb954e9cb.tar.xz
glibc-baa6c69a57e632e953b45c11df7a5e5cb954e9cb.zip
Work around empty line at end file generated by autoconf.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/x86_64/elf/configure1
-rw-r--r--sysdeps/x86_64/elf/configure.in1
2 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/x86_64/elf/configure b/sysdeps/x86_64/elf/configure
index 99241e70bd..cb8db2d54d 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 9cb59d009c..4a41290f11 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