diff options
| author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-06-10 17:41:02 +0800 | 
|---|---|---|
| committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-06-10 17:41:02 +0800 | 
| commit | d9451494b1bdf20d2a434154e70c53e56639f5bc (patch) | |
| tree | e8fd8b8c6d13bb02baeea7515a9f2ad146eb2e3e | |
| parent | b341132aaec5fc5531c43ab543efee756435c112 (diff) | |
Add config header to Autoconf
| -rw-r--r-- | configure.ac | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/configure.ac b/configure.ac index 674a490..30797c6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,7 @@  AC_INIT([qicclient], [0.0], [pt@darapsa.co.id])  AM_INIT_AUTOMAKE([-Wall -Werror foreign])  AC_PROG_CXX +AC_CONFIG_HEADERS([config.h])  AC_CONFIG_FILES([Makefile])  PKG_CHECK_MODULES([QT], [Qt5Core])  AM_PROG_AR |