emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/configure


From: Steven Tamm
Subject: [Emacs-diffs] Changes to emacs/configure
Date: Mon, 24 Oct 2005 21:09:42 -0400

Index: emacs/configure
diff -c emacs/configure:1.160 emacs/configure:1.161
*** emacs/configure:1.160       Tue Oct  4 09:19:24 2005
--- emacs/configure     Tue Oct 25 01:09:38 2005
***************
*** 2571,2577 ****
      machine=intel386
      case "${canonical}" in
        *-cygwin )                opsys=cygwin ;;
!       *-darwin )                opsys=darwin
                                  CPP="${CC-cc} -E -no-cpp-precomp"
                                ;;
        *-isc1.* | *-isc2.[01]* )       opsys=386-ix ;;
--- 2571,2577 ----
      machine=intel386
      case "${canonical}" in
        *-cygwin )                opsys=cygwin ;;
!       *-darwin* )               opsys=darwin
                                  CPP="${CC-cc} -E -no-cpp-precomp"
                                ;;
        *-isc1.* | *-isc2.[01]* )       opsys=386-ix ;;
***************
*** 2629,2640 ****
      machine=powermac opsys=darwin
      # Define CPP as follows to make autoconf work correctly.
      CPP="${CC-cc} -E -no-cpp-precomp"
-     # Use fink packages if available.
-     if test -d /sw/include && test -d /sw/lib; then
-       GCC_TEST_OPTIONS="-I/sw/include -L/sw/lib"
-         CPP="${CPP} ${GCC_TEST_OPTIONS}"
-       NON_GCC_TEST_OPTIONS=${GCC_TEST_OPTIONS}
-     fi
    ;;
  
    ## AMD x86-64 Linux-based GNU system
--- 2629,2634 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]