diff options
Diffstat (limited to 'config/auto-aux/hasgot')
-rwxr-xr-x | config/auto-aux/hasgot | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/config/auto-aux/hasgot b/config/auto-aux/hasgot index 5014b903d..53d578660 100755 --- a/config/auto-aux/hasgot +++ b/config/auto-aux/hasgot @@ -1,5 +1,18 @@ #!/bin/sh +######################################################################### +# # +# OCaml # +# # +# Xavier Leroy, projet Cristal, INRIA Rocquencourt # +# # +# Copyright 1995 Institut National de Recherche en Informatique et # +# en Automatique. All rights reserved. This file is distributed # +# under the terms of the GNU Library General Public License, with # +# the special exception on linking described in file ../../LICENSE. # +# # +######################################################################### + opts="" libs="$cclibs" args=$* |