summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2021-07-10 13:23:04 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2021-07-10 13:23:04 +0800
commitbc276a7d59d278fd34075a5efc1867a84cdd40ce (patch)
treef2eecb8e8c10251a1379f593ef97578c9667728e
parent276199203008d415db6b7d2473f8243528a8a887 (diff)
More standard layout
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index e20dbb9..7ce3b34 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,8 +4,6 @@ AC_PROG_CC
AM_PROG_AR
LT_INIT
PKG_CHECK_MODULES([TIDY], [tidy])
-AC_CONFIG_HEADERS([config.h])
-AC_CONFIG_FILES([Makefile])
AC_CHECK_HEADER_STDBOOL
AC_C_INLINE
AC_CHECK_FUNCS([memset])
@@ -24,4 +22,6 @@ case $host in
*) ios=false;;
esac
AM_CONDITIONAL([IOS], [test x$ios = xtrue])
+AC_CONFIG_HEADERS([config.h])
+AC_CONFIG_FILES([Makefile])
AC_OUTPUT