From ffbff048bde636e3ec19f2912fa4034e70e18f44 Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Thu, 25 Oct 2018 20:02:37 +0900 Subject: gpg-error-config: Keep old gpg-error-config implementation. * configure.ac: Generate gpgrt-config from gpgrt-config.in. * src/gpgrt-config.in: Rename from src/gpg-error-config-new.in. * src/Makefile.am (bin_SCRIPTS): Add gpgrt-config. (EXTRA_DIST): Add gpgrt-config.in removing gpg-error-config-new.in. (BUILT_SOURCES, CLEANFILES): Remove gpgrt-config. (gpg-error-config): Always copy from gpg-error-config-old. * src/gpg-error-config-test.sh: Follow the rename. -- The gpgrt-config script is new implementation supporting *.pc file, while gpg-error-config keeps old single shell script. Signed-off-by: NIIBE Yutaka --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index b735fa6..81b72f0 100644 --- a/configure.ac +++ b/configure.ac @@ -672,7 +672,7 @@ AC_CONFIG_FILES([lang/Makefile lang/cl/Makefile lang/cl/gpg-error.asd]) AC_CONFIG_FILES([src/versioninfo.rc src/gpg-error.w32-manifest]) AC_CONFIG_FILES([src/gpg-error.pc]) AC_CONFIG_FILES([src/gpg-error-config-old:src/gpg-error-config.in], [chmod +x src/gpg-error-config-old]) -AC_CONFIG_FILES([src/gpg-error-config-new], [chmod +x src/gpg-error-config-new]) +AC_CONFIG_FILES([src/gpgrt-config], [chmod +x src/gpgrt-config]) AC_OUTPUT -- cgit v1.2.3