emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master fc20bd9: Remove unused configure output variable


From: Glenn Morris
Subject: [Emacs-diffs] master fc20bd9: Remove unused configure output variable
Date: Sun, 8 Jan 2017 18:20:26 +0000 (UTC)

branch: master
commit fc20bd940f41ef0784dba64c6518ddad7b63dca1
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    Remove unused configure output variable
    
    * configure.ac (GNULIB_MK):
    * Makefile.in (gnulib_mk): Remove, no longer used.
---
 Makefile.in  |    3 ---
 configure.ac |   14 --------------
 2 files changed, 17 deletions(-)

diff --git a/Makefile.in b/Makefile.in
index 1387927..60f30b9 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -95,9 +95,6 @@ address@hidden@
 ### The nt/ subdirectory gets built only for MinGW
 address@hidden@
 
-### $(srcdir)/nt/gnulib.mk for MinGW, else $(srcdir)/lib/gnulib.mk
address@hidden@
-
 # 'make' verbosity.
 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
diff --git a/configure.ac b/configure.ac
index 262f367..dcba7eb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -771,20 +771,6 @@ if test x$GCC = xyes; then
   test "x$GCC_TEST_OPTIONS" != x && CC="$CC $GCC_TEST_OPTIONS"
 fi
 
-dnl This is used in lib/Makefile.am to use nt/gnulib.mk, the
-dnl alternative to lib/gnulib.mk, so as to avoid generating header files
-dnl that clash with MinGW.
-case $opsys in
-  mingw32 )
-    GNULIB_MK='$(srcdir)/nt/gnulib.mk'
-    ;;
-  * )
-    GNULIB_MK='$(srcdir)/lib/gnulib.mk'
-    ;;
-
-esac
-AC_SUBST([GNULIB_MK])
-
 AM_CONDITIONAL([BUILDING_FOR_WINDOWSNT], [test "x$opsys" = "xmingw32"])
 
 # Avoid gnulib's tests for -lcrypto, so that there's no static dependency on 
it.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]