Skip to content
This repository was archived by the owner on Dec 2, 2024. It is now read-only.

Commit d8ca1fe

Browse files
committed
Move some files to build-aux
1 parent 272a6f4 commit d8ca1fe

7 files changed

Lines changed: 3 additions & 3 deletions

File tree

autogen.sh

Lines changed: 0 additions & 3 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

configure.ac

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
AC_INIT(ObjOpenSSL, 0.1, js@heap.zone)
2+
23
AC_CONFIG_SRCDIR(src)
4+
AC_CONFIG_AUX_DIR(build-aux)
5+
AC_CONFIG_MACRO_DIR(build-aux/m4)
36

47
AC_CHECK_TOOL(OBJFW_CONFIG, objfw-config)
58
AS_IF([test x"$OBJFW_CONFIG" = x""], [

0 commit comments

Comments
 (0)