Try to fix 'ltmain.sh not found' issue at first compilation

This commit is contained in:
Emmanuel Papin 2014-12-21 17:40:08 +01:00
parent d2b1bfae13
commit c1d7d7c744
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
AC_PREREQ(2.59)
AC_INIT(zm,1.28.1,[http://www.zoneminder.com/forums/ - Please check FAQ first],zoneminder,http://www.zoneminder.com/downloads.html)
AC_CONFIG_AUX_DIR([.])
AM_INIT_AUTOMAKE
LT_PREREQ([2.4.2])
LT_INIT([dlopen])