Skip to content

Commit

Permalink
Run autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
mpbraendli committed Jul 8, 2021
1 parent 300be5d commit 9a5cbe7
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
# You should have received a copy of the GNU General Public License
# along with ODR-DabMod. If not, see <http://www.gnu.org/licenses/>.

AC_PREREQ(2.69)
AC_INIT([ODR-DabMod], [2.4.2], [[email protected]])
AC_PREREQ([2.71])
AC_INIT([ODR-DabMod],[2.4.2],[[email protected]])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AC_CANONICAL_SYSTEM
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE([-Wall foreign subdir-objects])
AC_CONFIG_SRCDIR([src/DabMod.cpp])
AC_CONFIG_HEADER([config.h])
AC_CONFIG_HEADERS([config.h])
AM_SILENT_RULES([yes])

# Checks for programs.
Expand Down Expand Up @@ -142,7 +142,6 @@ AS_IF([test "x$enable_easydabv3" = "xyes"],


# Checks for header files.
AC_HEADER_STDC
AC_CHECK_HEADERS([fcntl.h limits.h memory.h netinet/in.h stdint.h stdlib.h string.h sys/time.h sys/timeb.h unistd.h])

AC_MSG_CHECKING(for M_PIl existence)
Expand Down

0 comments on commit 9a5cbe7

Please sign in to comment.