[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v1 04/18] website-build: configure.ac: remove duplicated line bre
From: |
Denis 'GNUtoo' Carikli |
Subject: |
[PATCH v1 04/18] website-build: configure.ac: remove duplicated line breaks. |
Date: |
Sat, 25 May 2024 20:25:39 +0200 |
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
---
website-build/configure.ac | 1 -
1 file changed, 1 deletion(-)
diff --git a/website-build/configure.ac b/website-build/configure.ac
index d743f0f..6d6bd27 100644
--- a/website-build/configure.ac
+++ b/website-build/configure.ac
@@ -47,7 +47,6 @@ AC_ARG_WITH([rsync-destination],
AM_CONDITIONAL( [WANT_UNTITLED_PATH], [test x"$UNTITLED_PATH" != x""])
-
# --with-untitled-path
AC_ARG_WITH([untitled-path],
[AS_HELP_STRING([--with-untitled-path=PATH],
--
2.41.0
- [PATCH v1 00/18] website-build fixes and improvements., Denis 'GNUtoo' Carikli, 2024/05/25
- [PATCH v1 01/18] website-build: lighttpd.conf.tmpl: add license header., Denis 'GNUtoo' Carikli, 2024/05/25
- [PATCH v1 02/18] website-build: index.html: add license header and add the GFDL 1.3+., Denis 'GNUtoo' Carikli, 2024/05/25
- [PATCH v1 03/18] website-build: remove unused DOMAIN variable., Denis 'GNUtoo' Carikli, 2024/05/25
- [PATCH v1 04/18] website-build: configure.ac: remove duplicated line breaks.,
Denis 'GNUtoo' Carikli <=
- [PATCH v1 06/18] website-build: use a less common port., Denis 'GNUtoo' Carikli, 2024/05/25
- [PATCH v1 05/18] website-build: make the lighttpd port configurable, Denis 'GNUtoo' Carikli, 2024/05/25
- [PATCH v1 07/18] website-build: check.sh: fix line length., Denis 'GNUtoo' Carikli, 2024/05/25
- [PATCH v1 08/18] website-build: check.sh: make it pass shellcheck., Denis 'GNUtoo' Carikli, 2024/05/25
- [PATCH v1 11/18] website-build: Makefile: default to help target., Denis 'GNUtoo' Carikli, 2024/05/25