Skip to content

Commit

Permalink
Merge pull request #58 from larsewi/configure
Browse files Browse the repository at this point in the history
Fixed issues in configure.ac
  • Loading branch information
larsewi authored Apr 26, 2024
2 parents 8d84ef6 + ab35815 commit a10735f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.71])
AC_INIT([leech], [0.1.4], [https://github.com/larsewi/leech/issues], [leech],
AC_INIT([leech], [0.1.5], [https://github.com/larsewi/leech/issues], [leech],
[https://github.com/larsewi/leech])
AC_CONFIG_SRCDIR([lib/leech.h])
AC_CONFIG_HEADERS([config.h])
Expand All @@ -18,7 +18,6 @@ AM_PROG_AR
AC_PROG_AWK
AC_PROG_LN_S
AC_PROG_MAKE_SET
AC_PROG_RANLIB

LT_INIT([dlopen])
AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
Expand Down Expand Up @@ -85,5 +84,4 @@ else
fi

AC_CONFIG_FILES([Makefile lib/Makefile bin/Makefile tests/Makefile])
AC_CONFIG_SUBDIRS([libltdl])
AC_OUTPUT

0 comments on commit a10735f

Please sign in to comment.