X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure.ac;h=ff5d3f00c089ca602173d875e1795aff2fa7f4db;hb=6e3e7572c1b10aa6723a22308979ba26f4e1cb48;hp=d5c2a7c9e9c67098b5cf956b975cb05d9f0cf79e;hpb=009350385d97d9fba2b33ea68cfe8b1aeebf1529;p=pspp diff --git a/configure.ac b/configure.ac index d5c2a7c9e9..ff5d3f00c0 100644 --- a/configure.ac +++ b/configure.ac @@ -103,22 +103,12 @@ AC_DEFINE(FPREP_IEEE754, 1, AC_C_BIGENDIAN - - - -BLP_IS_SPRINTF_GOOD -BLP_INT_DIGITS -BLP_RANDOM - AC_FUNC_VPRINTF AC_CHECK_FUNCS([strchr strrchr __setfpucw isinf isnan finite getpid feholdexcept]) AC_PROG_LN_S -AH_BOTTOM([#include ]) - - AM_CONDITIONAL(unix, test x"$host_os" != x"msdos" ) AM_CONDITIONAL(msdos, test x"$host_os" = x"msdos" ) @@ -132,19 +122,6 @@ fi AC_CONFIG_FILES([Makefile gl/Makefile intl/Makefile po/Makefile.in]) -AC_CONFIG_COMMANDS([pref.h],[ - # Copy pref.h from pref.h.orig if prudent - if test ! -f pref.h; then - echo "creating pref.h" - cp $ac_top_srcdir/pref.h.orig pref.h - elif test "`ls -t pref.h.orig pref.h 2>/dev/null | sed 1q`" = pref.h.orig; then - echo "replacing pref.h with newer pref.h.orig" - cp $ac_top_srcdir/pref.h.orig pref.h - else - echo "pref.h exists" - fi - if test -f pref.h; then touch pref.h; fi - ]) AC_OUTPUT dnl configure.ac ends here