summaryrefslogtreecommitdiffstats
path: root/libf2c/libU77/configure
Commit message (Collapse)AuthorAgeFilesLines
* * libF77/*: Delete KR_headers cruft.ghazi2002-06-011-45/+44
| | | | | | | | * libI77/*: Likewise. * libU77/*: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54132 138bc75d-0d04-0410-961f-82ee72b054a4
* * aclocal.m4: Replace with version copied from libstdc++-v3.geoffk2002-01-291-2/+182
| | | | | | | | | | * configure.in: Update for changes to aclocal and Makefile. * configure: Regenerate. * Makefile.in: Correct install and uninstall for cross targets. * libU77/configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49316 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-09-29 Juergen Pfeifer <juergen.pfeifer@gmx.net>toon2001-09-301-231/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make libf2c a shared library (gcc/f directory). * Make-lang.in: Pass define of frtbegin.o to compilation of g77spec.c. * g77spec.c (lang_specific_driver): Treat linking in of frtbegin.o. 2001-09-29 Juergen Pfeifer <juergen.pfeifer@gmx.net> Toon Moene <toon@moene.indiv.nluug.nl> Make libf2c a shared library (libf2c directory). * aclocal.m4: Get definition of libtool. * Makefile.in: Use libtool. * configure.in: Use libtool. * configure: Regenerated. * libF77/Makefile.in: Use libtool; treat main program contained in libF77/main.c specially. * libF77/configure.in: Use libtool. * libF77/configure: Regenerated. * libI77/Makefile.in: Use libtool. * libI77/configure.in: Use libtool. * libI77/configure: Regenerated. * libU77/Makefile.in: Use libtool. * libU77/configure.in: Use libtool. * libU77/configure: Regenerated. * libU77/date_.c: Adapt for -fPIC compiling. * libU77/vxtidate_.c: Ditto. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45913 138bc75d-0d04-0410-961f-82ee72b054a4
* * libI77/configure.in (__EXTENSIONS__): Define.rearnsha2001-09-221-66/+71
| | | | | | | | * libI77/config.h.in, libI77/conifgure: regenerate. * libU77/configure.in (__EXTENSIONS__): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45752 138bc75d-0d04-0410-961f-82ee72b054a4
* * libU77/configure.in (_XOPEN_SOURCE, _FILE_OFFSET_BITS): Moveghazi2001-07-181-78/+83
| | | | | | | | | | these defines before tests which might be affected by them. (_XOPEN_SOURCE_EXTENDED): Define. * libU77/configure, libU77/config.hin: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44108 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-07-07 Toon Moene <toon@moene.indiv.nluug.nl>toon2001-07-071-1/+13
| | | | | | | | | | | | | | | | | | | | | | * libI77/Makefile.in: Update config.h dependencies. * libI77/configure.in: Define _XOPEN_SOURCE and _FILE_OFFSET_BITS unconditionally. * libI77/configure: Rebuilt. * libI77/config.h.in: Rebuilt. * libI77/endfile.c (t_runc): Replace rewind by FSEEK. * libI77/err.c (f__nowwriting): The type of `loc' is off_t. * libI77/open.c (f_open): Replace rewind by FSEEK. * libI77/rewind.c: Include config.h. (f_rew): Replace rewind by FSEEK. * libI77/sfe.c: Include config.h. * libI77/wsfe.c: Ditto. * libU77/configure.in: Define _XOPEN_SOURCE and _FILE_OFFSET_BITS unconditionally. * libU77/configure: Rebuilt. * libU77/config.hin: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43841 138bc75d-0d04-0410-961f-82ee72b054a4
* In libf2c:geoffk2001-02-091-113/+75
| | | | | | | | | | | | | | | | | | | * configure.in: Don't run AC_PROG_CC_WORKS, because we're not interested in the result and it might fail. * libF77/configure.in: Likewise. * libI77/configure.in: Likewise. * libU77/configure.in: Likewise. * configure: Regenerated. * libF77/configure: Likewise. * libI77/configure: Likewise. * libU77/configure: Likewise. In libobjc: * configure.in: Don't run AC_PROG_CC_WORKS or AC_EXEEXT, because we're not interested in the result and they might fail. * configure: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39560 138bc75d-0d04-0410-961f-82ee72b054a4
* * libU77/aclocal.m4: Re-write, defining LIBU77_GETTIMEOFDAY, notlaw1999-10-121-21/+162
| | | | | | | | | | | | | | LIBU77_HAVE_STRUCT_TIMEZONE. * libU77/configure.in: Use LIBU77_GETTIMEOFDAY, not LIBU77_HAVE_STRUCT_TIMEZONE. Don't check for gettimeofday separately. * libU77/datetime_.c (G77_date_and_time_0): Use GETTIMEOFDAY_ONE_ARGUMENT. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29917 138bc75d-0d04-0410-961f-82ee72b054a4
* * libU77/aclocal.m4: New file.law1999-04-111-0/+35
| | | | | | | | | | | * libU77/configure.in (LIBU77_HAVE_STRUCT_TIMEZONE): Add test. * libU77/acconfig.h (HAVE_STRUCT_TIMEZONE): Add macro. * libU77/datetime_c.c (G77_date_and_time_0): Use. * libU77/config.hin: Regenerate. * libU77/configure: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26353 138bc75d-0d04-0410-961f-82ee72b054a4
* update lib[FIU]77/configure from autoconf 2.13burley1999-02-241-87/+162
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25396 138bc75d-0d04-0410-961f-82ee72b054a4
* * g2c.hin: Renamed from g2c.h.in.law1998-07-161-2/+2
| | | | | | | | | | | * Makefile.in, configure.in: Changed as needed. * configure: Rebuilt. * libU77/config.hin: Renamed from libU77/config.h.in. * Makefile.in, configure.in: Changed as needed. * configure: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21202 138bc75d-0d04-0410-961f-82ee72b054a4
* Regenerate.fx1998-07-121-89/+79
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21083 138bc75d-0d04-0410-961f-82ee72b054a4
* 1998-07-06 Dave Love <d.love@dl.ac.uk>fx1998-07-061-3/+44
| | | | | | | | | | * libU77/Makefile.in (lib): Change variable lib to LIBS. 1998-07-06 Robert Lipe <robertl@dgii.com> * libU77/configure.in: Look for -lsocket, add to LIBS if found. * libU77/Makefile.in (lib): Use LIBS from above. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20941 138bc75d-0d04-0410-961f-82ee72b054a4
* 1998-07-05 Dave Love <d.love@dl.ac.uk>fx1998-07-061-4/+5
| | | | | | | | | | | | | | | | | | * f2cext.c (system_clock_): Remove (just f90 intrinsic). * Makefile.in (F2CEXT): Add datetime, remove sclock. (UOBJ): Add libU77/datetime_.o. * libU77/config.h.in: Add HAVE_GETTIMEOFDAY. * libU77/configure.in: Check for gettimeofday. * libU77/datetime_.c: New file. * libU77/sys_clock_.c: Allow optional args. * libU77/Makefile.in (G77DIR): Fix for current directory structure. (SRCS, OBJS): Add datetime. * libU77/u77-test.f: Call date_and_time. Call system_clock omitting args. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20940 138bc75d-0d04-0410-961f-82ee72b054a4
* Update autoconf/autoheader generated files.law1998-02-101-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17837 138bc75d-0d04-0410-961f-82ee72b054a4
* * Previous contents of gcc/f/runtime moved into toplevellaw1998-02-011-0/+1765
"libf2c" directory. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17568 138bc75d-0d04-0410-961f-82ee72b054a4
OpenPOWER on IntegriCloud