home *** CD-ROM | disk | FTP | other *** search
- --- configure.rtr Mon Feb 3 19:08:16 1997
- +++ configure Wed Feb 26 10:22:49 1997
- @@ -65,6 +65,8 @@
- # Initialize some other variables.
- subdirs=
- MFLAGS= MAKEFLAGS=
- +CC=gcc
- +LIBS=-ldl
- # Maximum number of lines to put in a shell here document.
- ac_max_here_lines=12
-
- @@ -1050,6 +1052,8 @@
- CFLAGS=$OLD_CFLAGS
-
- # If we cannot compile and link a trivial program, we can't expect anything to work
- +echo "${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext" >> foo
- +echo "${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS" >> foo
- echo $ac_n "checking whether the compiler ($CC) actually works""... $ac_c" 1>&6
- echo "configure:1055: checking whether the compiler ($CC) actually works" >&5
- cat > conftest.$ac_ext <<EOF
- @@ -1080,6 +1084,8 @@
- /* don't need anything here */
- ; return 0; }
- EOF
- +cp confdefs.h hold.confdefs.h
- +cp conftest.c hold.conftest.c
- if { (eval echo configure:1084: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
- rm -rf conftest*
- c_links=yes
- --- Dbgconfigure.rtr Fri May 3 16:56:52 1996
- +++ Dbgconfigure Wed Feb 26 09:58:36 1997
- @@ -59,6 +59,7 @@
- # Initialize some other variables.
- subdirs=
- MFLAGS= MAKEFLAGS=
- +LIBS=-ldl
-
- ac_prev=
- for ac_option
- --- testsuite/configure.rtr Mon Jul 1 11:41:59 1996
- +++ testsuite/configure Wed Feb 26 08:56:56 1997
- @@ -53,6 +53,7 @@
- # Initialize some other variables.
- subdirs=
- MFLAGS= MAKEFLAGS=
- +LIBS=-ldl
-
- ac_prev=
- for ac_option
-