X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fconfigure.ac;h=aec847f1ff417a88bf90f8e10067d8709b91babc;hb=991d45b68d8b19c075e5b16bb63b6b8898090341;hp=6eb99c9aa6c425db7fb9186d64acd59faada6b29;hpb=5f62dd661efb917a65fd4ab23b4bc4af56350dc8;p=synfig.git diff --git a/synfig-core/trunk/configure.ac b/synfig-core/trunk/configure.ac index 6eb99c9..aec847f 100644 --- a/synfig-core/trunk/configure.ac +++ b/synfig-core/trunk/configure.ac @@ -45,14 +45,12 @@ AC_LANG_CPLUSPLUS # -- A R G U M E N T S ---------------------------------------- -AC_ARG_TIMELIMIT AC_ARG_DEBUG AC_ARG_OPTIMIZATION AC_ARG_WARNINGS AC_ARG_PROFILING AC_ARG_PROFILE_ARCS AC_ARG_BRANCH_PROBABILITIES -dnl AC_ARG_LICENSE_KEY AC_ARG_ENABLE(g5opt,[ --enable-g5opt enable optimizations specific to G5 proc],[ @@ -337,7 +335,7 @@ if test $use_openexr_half = yes ; then { AC_LIB_LTDL -ALL_LINGUAS="" +ALL_LINGUAS="es" AM_GNU_GETTEXT([external]) # This is here so autoreconf will run autopoint AM_GNU_GETTEXT_VERSION([0.13]) @@ -474,6 +472,9 @@ esac # -- H E A D E R S -------------------------------------------- +AC_HEADER_SYS_WAIT +AC_CHECK_HEADERS([process.h io.h fcntl.h]) + # -- T Y P E S & S T R U C T S -------------------------------- # -- F U N C T I O N S ---------------------------------------- @@ -485,6 +486,10 @@ dnl ]) AC_CHECK_FUNCS([fork]) AC_CHECK_FUNCS([kill]) AC_CHECK_FUNCS([pipe]) +AC_CHECK_FUNCS([waitpid]) +AC_CHECK_FUNCS([_spawnlp]) +AC_CHECK_FUNCS([_pipe]) +AC_CHECK_FUNCS([cwait]) AC_CHECK_FUNCS( [isnan], @@ -555,7 +560,6 @@ AC_SUBST(synfigincludedir) AC_OUTPUT( synfig-config synfig.pc -synfig.spec doxygen.cfg Makefile po/Makefile.in @@ -603,7 +607,6 @@ Install Prefix -------------------> $prefix Module directory -----------------> $moduledir Build Platform -------------------> $build Host Platform --------------------> $host -Time Limit -----------------------> $death_time Arc Profiling --------------------> $profile_arcs GProf Profiling ------------------> $profiling Debug Mode -----------------------> $debug ($debug_flags)