From 41d5e7b3fc646e6565aead0be557da6add6dd73d Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sat, 22 Dec 2018 21:22:49 -0500 Subject: config.sh.in: New file --- diff --git a/config.sh.in b/config.sh.in new file mode 100644 index 0000000..775f002 --- /dev/null +++ b/config.sh.in @@ -0,0 +1,3 @@ +PACKAGE='@PACKAGE@' +PACKAGE_NAME='@PACKAGE_NAME@' +OPKG='@OPKG@' diff --git a/configure.ac b/configure.ac index 28aabcd..bbfbb89 100644 --- a/configure.ac +++ b/configure.ac @@ -129,6 +129,7 @@ AC_ARG_WITH( ) AC_CONFIG_FILES([Makefile]) +AC_CONFIG_FILES([config.sh]) dnl New and improved kludge to generate system configuration for testing. dnl TODO: Remove when no longer used. AC_CONFIG_FILES([mksysconf]) -- cgit v0.9.1