X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fm4%2Fsubs.m4;h=79df5c18feda4ecbdc00aba0446b23456da6e534;hb=dde9e2714a61d109c8245ea67c17a312483fa57d;hp=491a2777863b2611ebd8688b5d216f2b97fedfe7;hpb=05325009d7c144099bb06a0bff8e2af04c51690c;p=synfig.git diff --git a/synfig-core/trunk/m4/subs.m4 b/synfig-core/trunk/m4/subs.m4 index 491a277..79df5c1 100644 --- a/synfig-core/trunk/m4/subs.m4 +++ b/synfig-core/trunk/m4/subs.m4 @@ -178,38 +178,6 @@ AC_DEFUN([AC_ARG_PROFILING], AC_MSG_RESULT([$profiling]) ]) -AC_DEFUN([AC_ARG_TIMELIMIT], -[ - AC_ARG_ENABLE(timelimit,[ --enable-timelimit=[[days]] Set number of usable days(default=forever)],[ - death_time=$((`date +%s`+$enableval*60*60*24)) - AC_DEFINE_UNQUOTED(DEATH_TIME,$death_time, [ Describes the time at which the library will stop working ] ) - ], - [ - death_time="no" - ]) -]) - -AC_DEFUN([AC_ARG_LICENSE_KEY], -[ - AC_ARG_ENABLE(license_key,[ --enable-license-key Turn on license key requirement],[ - AC_DEFINE(LICENSE_KEY_REQUIRED,, [ Enables license key checks ] ) - ], - [ - license_key=no - ]) -]) - -AC_DEFUN([AC_ARG_TIMELIMIT], -[ - AC_ARG_ENABLE(timelimit,[ --enable-timelimit=[[days]] Set number of usable days(default=forever)],[ - death_time=$((`date +%s`+$enableval*60*60*24)) - AC_DEFINE_UNQUOTED(DEATH_TIME,$death_time, [ Describes the time at which the library will stop working ] ) - ], - [ - death_time="no" - ]) -]) - MINGW_FLAGS="-mno-cygwin"