of LIBS. Otherwise, everyone ends up linking with -lelf for some
configurations.
Reported by Mike Stone.
+2000-09-18 Jim Meyering <meyering@lucent.com>
+
+ * acfunctions.m4 (AC_FUNC_GETLOADAVG): Restore the initial value
+ of LIBS. Otherwise, everyone ends up linking with -lelf for some
+ configurations.
+ Reported by Mike Stone.
+
2000-09-14 Pavel Roskin <proski@gnu.org>
* aclang.m4 (AC_PROG_CPP): Use double quotes in the for loop
else
GETLOADAVG_LIBS=`echo "$LIBS" | sed "s!$ac_save_LIBS!!"`
fi
+LIBS=$ac_save_LIBS
+
AC_SUBST(GETLOADAVG_LIBS)dnl
])# AC_FUNC_GETLOADAVG
else
GETLOADAVG_LIBS=`echo "$LIBS" | sed "s!$ac_save_LIBS!!"`
fi
+LIBS=$ac_save_LIBS
+
AC_SUBST(GETLOADAVG_LIBS)dnl
])# AC_FUNC_GETLOADAVG