Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 444084 | Differences between
and this patch

Collapse All | Expand All

(-)configure.ac (+4 lines)
Lines 33-38 Link Here
33
AC_PROG_CC
33
AC_PROG_CC
34
AC_DEFUN([gl_CXX_CHOICE_DEFAULT_NO])
34
AC_DEFUN([gl_CXX_CHOICE_DEFAULT_NO])
35
M4_EARLY
35
M4_EARLY
36
AN_MAKEVAR([AR], [AC_PROG_AR])
37
AN_PROGRAM([ar], [AC_PROG_AR])
38
AC_DEFUN([AC_PROG_AR], [AC_CHECK_TOOL(AR, ar, :)])
39
AC_PROG_AR
36
40
37
# Maintainer note - comment this line out if you plan to rerun
41
# Maintainer note - comment this line out if you plan to rerun
38
# GNULIB_POSIXCHECK testing to see if M4 should be using more modules.
42
# GNULIB_POSIXCHECK testing to see if M4 should be using more modules.
(-)lib/Makefile.in (-1 / +1 lines)
Lines 148-154 Link Here
148
CONFIG_CLEAN_FILES =
148
CONFIG_CLEAN_FILES =
149
CONFIG_CLEAN_VPATH_FILES =
149
CONFIG_CLEAN_VPATH_FILES =
150
LIBRARIES = $(noinst_LIBRARIES)
150
LIBRARIES = $(noinst_LIBRARIES)
151
AR = ar
151
AR = @AR@
152
ARFLAGS = cru
152
ARFLAGS = cru
153
AM_V_AR = $(am__v_AR_$(V))
153
AM_V_AR = $(am__v_AR_$(V))
154
am__v_AR_ = $(am__v_AR_$(AM_DEFAULT_VERBOSITY))
154
am__v_AR_ = $(am__v_AR_$(AM_DEFAULT_VERBOSITY))

Return to bug 444084