Add overlay_root config option. Opkg checks this location for available space.
[oweals/opkg-lede.git] / configure.ac
index f386b52ed3ee9682f57505d6fac45490dcc71f2d..ac5a0354393947a368c68e6a7e2d2e44257b2098 100644 (file)
@@ -66,8 +66,8 @@ fi
 # check for sha256
 AC_ARG_ENABLE(sha256,
               AC_HELP_STRING([--enable-sha256], [Enable sha256sum check
-      [[default=yes]] ]),
-    [want_sha256="$enableval"], [want_sha256="yes"])
+      (sha256.{c,h} are GPLv3 licensed) [[default=no]] ]),
+    [want_sha256="$enableval"], [want_sha256="no"])
 
 if test "x$want_sha256" = "xyes"; then
   AC_DEFINE(HAVE_SHA256, 1, [Define if you want sha256 support])
@@ -270,11 +270,12 @@ Use --disable-gpg if you want OpenSSL smime signatures])
        fi
 fi
 
-
+CLEAN_DATE=`date +"%B %Y" | tr -d '\n'`
 
 AC_SUBST(opkglibdir)
 AC_SUBST(opkgetcdir)
 AC_SUBST(opkglockfile)
+AC_SUBST([CLEAN_DATE])
 
 # Setup output beautifier.
 SHAVE_INIT([shave], [enable])
@@ -290,4 +291,7 @@ AC_OUTPUT(
     libopkg.pc
     shave/shave
     shave/shave-libtool
+    man/Makefile
+    man/opkg-cl.1
+    man/opkg-key.1
     )