diff options
| author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-09-25 14:08:15 +0800 |
|---|---|---|
| committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-09-25 14:08:15 +0800 |
| commit | a40fe18ee941df058eb54112839998596e11c50b (patch) | |
| tree | 850eac27d0a2802d5a07630975c336910e41767b /configure.ac | |
| parent | 9618d876f78618ab39bbedb6f20270d9460ba725 (diff) | |
Update autotools files though not used yet
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 019ea69..a426bbe 100644 --- a/configure.ac +++ b/configure.ac @@ -1,9 +1,8 @@ -AC_INIT([qicclient], [0.0], [pt@darapsa.co.id]) +AC_INIT([qinterchange], [0.0], [prabowo@darapsa.org]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AC_PROG_CXX AM_PROG_AR LT_INIT -PKG_CHECK_MODULES([QT], [Qt5Core]) -AC_CONFIG_HEADERS([config.h]) +PKG_CHECK_MODULES([DEPS], [interchange Qt5Core]) AC_CONFIG_FILES([Makefile]) AC_OUTPUT |