diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2018-12-22 21:22:49 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2018-12-22 21:22:49 (EST) |
commit | 41d5e7b3fc646e6565aead0be557da6add6dd73d (patch) | |
tree | 3d3de4364eafe591f1b0388c91effa5a9c081fb0 | |
parent | bb1e843bab9c430db0bb4a9012c0616fac5c0739 (diff) |
config.sh.in: New file
-rw-r--r-- | config.sh.in | 3 | ||||
-rw-r--r-- | configure.ac | 1 |
2 files changed, 4 insertions, 0 deletions
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]) |