Skip to content

Commit

Permalink
Incremented version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
sleinen committed Mar 9, 2009
1 parent 8540f7e commit 2c88fc3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion configure.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_INIT(samplicate.c)
AM_INIT_AUTOMAKE(samplicate, 1.3.5)
AM_INIT_AUTOMAKE(samplicate, 1.3.6)
AM_CONFIG_HEADER(config.h)
AC_PROG_CC
AC_PROG_INSTALL
Expand All @@ -9,4 +9,8 @@ AC_STDC_HEADERS
AC_CHECK_HEADERS(stdlib.h unistd.h ctype.h arpa/inet.h netinet/in_systm.h sys/uio.h)
AC_CHECK_FUNCS(memcpy strchr)
AC_REPLACE_FUNCS(inet_aton)
AC_DEFINE([HAVE_STRUCT_IP], 1,
[Define if the system has `struct ip'.])
AC_DEFINE([HAVE_STRUCT_IPHDR], 1,
[Define if the system has `struct iphdr'.])
AC_OUTPUT(Makefile)

0 comments on commit 2c88fc3

Please # to comment.