Gitweb: http://git.fedorahosted.org/git/augeas.git?p=augeas.git;a=commitdiff;h=2f47864aa15f389d3a1079284a5280171ef1890b Commit: 2f47864aa15f389d3a1079284a5280171ef1890b Parent: 9a862be8758a6b72be39ccd78c26d40bc556747b Author: David Lutterkort <[email protected]> AuthorDate: Wed Jul 8 11:56:00 2009 -0700 Committer: David Lutterkort <[email protected]> CommitterDate: Wed Jul 8 11:56:00 2009 -0700
* configure.ac: use AC_SYS_LARGEFILE Suggested by Jeff Johnson <[email protected]> --- configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index 91f2c85..436b60b 100644 --- a/configure.ac +++ b/configure.ac @@ -54,7 +54,7 @@ AC_GNU_SOURCE AC_PROG_CC gl_EARLY - +AC_SYS_LARGEFILE dnl gl_INIT uses m4_foreach_w, yet that is not defined in autoconf-2.59. dnl In order to accommodate developers with such old tools, here's a _______________________________________________ augeas-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/augeas-devel
