Skip to content

Commit

Permalink
Define AC_CONFIG_MACRO_DIR
Browse files Browse the repository at this point in the history
This is needed for the autoreconf command to detect the location of additional local Autoconf macros.
  • Loading branch information
City-busz authored and notroj committed May 13, 2024
1 parent 9320b76 commit 23a4e2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ This configure script may be copied, distributed and modified under the
terms of the GNU Library General Public license; see src/COPYING.LIB for
more details.])

AC_CONFIG_MACRO_DIR([macros])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_SRCDIR(src/ne_request.c)

Expand Down

0 comments on commit 23a4e2f

Please sign in to comment.