[misc] pocketful of enhancement and fixes - part 4

* Fix disappearance of "Start" button when selecting an ISO with
  no target (reported by Sopor)
* Add commented sample ini file
* Add AC_PROG_AR macro in configure.ac
* Update ChangeLog for BETA
This commit is contained in:
Pete Batard 2015-02-10 22:45:48 +00:00
parent 0e1625975c
commit cf7e52e051
17 changed files with 163 additions and 16 deletions

View file

@ -6,6 +6,9 @@ AM_SILENT_RULES([yes])
AC_PREREQ([2.50])
AC_PROG_CC
# autoconf 2.61 doesn't have AC_PROG_AR, but 2.63 has it
AC_DEFUN([AC_PROG_AR], [AC_CHECK_TOOL(AR, ar, :)])
AC_PROG_AR
AC_PROG_RANLIB
AC_PROG_SED
AC_PATH_PROG(RM, rm, rm)