Commit b07fe368 by Robert Lipe Committed by Robert Lipe

* configure.in: (*-*-sysv5, *-*-*udk*): Treat like sysv4.

From-SVN: r24462
parent 853b8307
Sun Jan 03 03:16:02 1999 Robert Lipe <robertlipe@usa.net>
* configure.in: (*-*-sysv5, *-*-*udk*): Treat like sysv4.
Tue Dec 8 00:59:09 1998 Marc Espie <Marc.Espie@liafa.jussieu.fr>
* Makefile.in: Be more selective about what files to install.
......
......@@ -63,7 +63,7 @@ if [ "${shared}" = "yes" ]; then
*-*-irix[56]*) frags="${frags} irix5.ml" ;;
*-*-linux*aout*) ;;
*-*-linux*) frags="${frags} linux.ml" ;;
*-*-sysv4*) frags="${frags} elf.ml" ;;
*-*-sysv[45]*|*-*-udk*) frags="${frags} elf.ml" ;;
*-*-solaris*) frags="${frags} sol2shm.ml" ;;
*-*-sunos4*) frags="${frags} sunos4.ml" ;;
*-*-aix*) frags="${frags} aix.ml" ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment