summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac9
1 files changed, 4 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 5dbace7..deb9048 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,14 +1,13 @@
-AC_INIT([pikul], [0.0], [pt@darapsa.co.id])
+AC_INIT([pikul], [0.0], [prabowo@darapsa.org])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AC_PROG_CC
AM_PROG_AR
LT_INIT
PKG_CHECK_MODULES([DEPS], [libcurl json-c])
-AC_TYPE_SIZE_T
AC_C_INLINE
+AC_CHECK_FUNCS([memset])
AC_FUNC_MALLOC
AC_FUNC_REALLOC
-AC_CHECK_FUNCS([memset])
-AC_CONFIG_HEADERS([config.h])
-AC_CONFIG_FILES([Makefile])
+AC_TYPE_SIZE_T
+AC_CONFIG_FILES([Makefile pikul.pc])
AC_OUTPUT