nano-devel
[Top][All Lists]
Advanced

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

[Nano-devel] [PATCH 11/17] pull in glob module from gnulib


From: Mike Frysinger
Subject: [Nano-devel] [PATCH 11/17] pull in glob module from gnulib
Date: Tue, 21 Feb 2017 17:04:43 -0500

This is used by systems that lack glob.h like Windows.
---
 autogen.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/autogen.sh b/autogen.sh
index edf4054688d4..d0e753dbc524 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -8,6 +8,7 @@ modules="
        getdelim
        getline
        getopt-gnu
+       glob
        isblank
        iswblank
        regex
-- 
2.11.1




reply via email to

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