Skip to content

Commit

Permalink
force the version number for autoconf
Browse files Browse the repository at this point in the history
Otherwise Debian's autoreconf picks autoconf2.13 and the configure
script generated doesn't run.  I don't know what the correct
version is, and put 2.40 to be something between 2.13 and 2.50.
  • Loading branch information
dfries committed Nov 11, 2012
1 parent 9878d7f commit dfff979
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ AC_INIT(motion, esyscmd(['./version.sh']))
AC_CONFIG_SRCDIR([motion.c])
AC_CONFIG_HEADERS(config.h)
AC_PROG_CC
AC_PREREQ(2.40)


THREAD_CFLAGS=""
Expand Down

0 comments on commit dfff979

Please sign in to comment.