summaryrefslogtreecommitdiff
path: root/libf2c/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* libchill, libf2c, libobjc:Jeff Law1999-05-191-6/+1
| | | | | | | | | | | * configure.in (AC_PREREQ): Update to 2.13. (AC_EXEEXT): Call to find possible file extension. (compiler_name): Use. * configure: Regenerate. libio, libstdc++ * configure.in: Test for ${compiler_name}.exe as well. From-SVN: r27051
* configure.in (extra_includes): Don't attempt to calculate the location of ↵Kaveh R. Ghazi1999-03-311-6/+1
| | | | | | | | | | | the gcc src or obj directories. * configure.in (extra_includes): Don't attempt to calculate the location of the gcc src or obj directories. Instead rely on precomputed variables, $topsrcdir and $r, to obtain these values. Set -I flags appropriately. From-SVN: r26084
* configure: Rebuilt.Dave Love1999-03-271-14/+26
| | | | | | | | | | * configure: Rebuilt. * configure.in: Fix integer size tests: sanity check first; search toplevel include dir (from Rainer Orth); only mess with ac_cpp once; use -DIN_GCC -DHAVE_CONFIG_H. * configure.in: Use `g77_cv_...', not `f77_cv_...'. From-SVN: r26035
* configure.in (AC_PREREQ): Update to 2.13.Mumit Khan1999-03-241-18/+26
| | | | | | | | | | � * configure.in (AC_PREREQ): Update to 2.13. (AC_EXEEXT): Call to find possible file extension. (compiler_name): Use. * configure: Regenerate. From-SVN: r25953
* configure (skip-this-dir): Add handling for new shell script...Manfred Hollstein1998-11-261-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ./ChangeLog:1998-11-26 Manfred Hollstein <manfred@s-direktnet.de> * configure (skip-this-dir): Add handling for new shell script, which might be created by a sub-directory's configure to indicate, this particular directory is "unwanted". * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise. ./gcc/ChangeLog:1998-11-26 Manfred Hollstein <manfred@s-direktnet.de> * Makefile.in (CONFIG_LANGUAGES): New macro taking all languages which can be configured. (LANGUAGES): Use $(CONFIG_LANGUAGES) instead of @all_languages@ (Makefile): Pass actual LANGUAGES through the environment when re-configuring. (cstamp-h): Likewise. (config.status): Likewise. * configure.in (enable_languages): Add new configuration parameter "--enable-languages=lang1,lang2,...". (${srcdir}/*/config-lang.in): Change handling to configure only those directories, that the user might have enabled; default to "all" existing languages. * configure: Regenerate. ./libchill/ChangeLog:1998-11-26 Manfred Hollstein <manfred@s-direktnet.de> * configure.in (compiler_name): Add check to detect if this language's compiler has been built. * configure: Regenerate. ./libf2c/ChangeLog:1998-11-26 Manfred Hollstein <manfred@s-direktnet.de> * configure.in (compiler_name): Add check to detect if this language's compiler has been built. * configure: Regenerate. ./libio/ChangeLog:1998-11-26 Manfred Hollstein <manfred@s-direktnet.de> * configure.in (compiler_name): Add check to detect if this language's compiler has been built. ./libobjc/ChangeLog:1998-11-26 Manfred Hollstein <manfred@s-direktnet.de> * configure.in (compiler_name): Add check to detect if this language's compiler has been built. * configure: Regenerate. ./libstdc++/ChangeLog:1998-11-26 Manfred Hollstein <manfred@s-direktnet.de> * configure.in (compiler_name): Add check to detect if this language's compiler has been built. From-SVN: r23892
* configure.in: Use AC_PREREQ(2.12.1).Kaveh R. Ghazi1998-11-231-0/+1
| | | | | | | | | * configure.in: Use AC_PREREQ(2.12.1). * libF77/configure.in: Likewise. * libI77/configure.in: Likewise. * libU77/configure.in: Likewise. From-SVN: r23803
* Touch g2c.h in AC_OUTPUT after multilib disturbance.Dave Love1998-10-241-1/+3
| | | | From-SVN: r23270
* configure.in: Use AC_CONFIG_AUX_DIR.Dave Love1998-10-191-0/+3
| | | | | | | 1998-10-19 Dave Love <d.love@dl.ac.uk> * configure.in: Use AC_CONFIG_AUX_DIR. From-SVN: r23173
* Revert bogus previous checkin.Dave Love1998-10-131-1/+1
| | | | From-SVN: r23043
* Makefile.in (.SUFFIXES): Don't use any.Dave Love1998-10-121-1/+1
| | | | | | | | | | 1998-10-12 Dave Love <fx@gnu.org> * Makefile.in (.SUFFIXES): Don't use any. (all-unilib): New target, like old all. (all): Use it. (.PHONY): Add all-unilib. From-SVN: r23014
* configure.in: Reorder Makefile, g2c.h in AC_OUTPUT.Dave Love1998-10-121-1/+3
| | | | | | | 1998-10-12 Dave Love <d.love@dl.ac.uk> * configure.in: Reorder Makefile, g2c.h in AC_OUTPUT. From-SVN: r23005
* Makefile.in (distclean, [...]): Add multilib support.Robert Lipe1998-09-211-2/+29
| | | | | | | | | | | * Makefile.in (distclean, clean, uninstall, install, all): Add multilib support. configure.in: Likewise. configure: Regenerate. * libF77/Makefile.in, libU77/Makefile.in, libI77/Makefile.in (clean): Explictly remove stamp in parent's directory. From-SVN: r22519
* configure.in: Test $srcdir, not $subdir (probable typo).Craig Burley1998-09-091-8/+6
| | | | | | | | 1998-09-09 Craig Burley <burley@gnu.org> * configure.in: Test $srcdir, not $subdir (probable typo). Clarify commentary, fix a bit of spacing. From-SVN: r22349
* g2c.hin: Renamed from g2c.h.in.Jeffrey A Law1998-07-151-2/+2
| | | | | | | | | | | * g2c.hin: Renamed from g2c.h.in. * 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. From-SVN: r21202
* Makefile.in: Re-write build procedure mainly to honour dependencies ↵Dave Love1998-07-121-201/+5
| | | | | | | | | | | | | | | | | | | | correctly but also allow... 1998-07-10 Dave Love <d.love@dl.ac.uk> * Makefile.in: Re-write build procedure mainly to honour dependencies correctly but also allow making in the build directory by configuring the relevant variables. The lib[FIU]77 subdirs do dependency checking of their objects. Stamp files dictate when to run (new) archive targets in subdirs. Some tidying of variables. Supply full set of standard targets. * configure.in: Move much of testing to new configures in subdirs. Tidy up handling of RANLIB etc. * stamp-h.in, libF77/configure.in, libI77/configure.in, libF77/configure, libI77/configure: New files. * libF77/Makefile.in, libI77/Makefile.in, libU77/Makefile.in: Change in step with libf2c/Makefile.in. From-SVN: r21082
* Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.Manfred Hollstein1998-06-261-9/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | d egcs/ChangeLog: 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de> * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger. (Makefile): Depend on $(gcc_version_trigger). * configure (gcc_version): Change default initializer to empty string. (gcc_version_trigger): New variable; pass this variable down to subdir configures to enable them checking gcc's version themselves. Emit make macros for both gcc_version vars. (topsrcdir): Initialize reliably. (recursion line): Remove --with-gcc-version=${gcc_version}. egcs/gcc/ChangeLog: 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de> * Makefile.in (gcc_version, gcc_version_trigger): New macros. (version): Initialize from $(gcc_version). * configure.in (version): Rename to gcc_version. (gcc_version_trigger): New variable; call AC_SUBST for it and emit it into the generated config.status. * configure: Regenerate. egcs/libf2c/ChangeLog.egcs: 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de> * Makefile.in (gcc_version_trigger): Add new macro. (config.status): Add dependency upon $(gcc_version_trigger). * configure.in (gcc_version_trigger): New variable; initialize using value from toplevel configure; add AC_SUBST for it. (gcc_version): Change initialization to use this new variable. * configure: Regenerate. egcs/libio/ChangeLog: 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de> * config.shared (FLAGS_TO_PASS): Add gcc_version_trigger. (Makefile): Add dependency upon $(gcc_version_trigger). From-SVN: r20736
* configure (gcc_version): Initialize properly depending on how and where ↵Manfred Hollstein1998-06-241-2/+11
| | | | | | | | | | | | | | | | | | | | | | | configure is started. d egcs/ChangeLog: 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de> * configure (gcc_version): Initialize properly depending on how and where configure is started. (recursion line): Pass a --with-gcc-version=${gcc_version} to configures in subdirs. egcs/libf2c/ChangeLog.egcs: 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de> * Makefile.in (version): Rename to gcc_version. * configure.in (version): Likewise. (gcc_version): Add code to use an option passed from parent configure. * configure: Regenerate. egcs/libio/ChangeLog: 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de> * config.shared (FLAGS_TO_PASS): Add gcc_version. From-SVN: r20687
* configure.in (version, [...]): Define.Jeff Law1998-06-201-0/+6
| | | | | | | | | � * configure.in (version, target_alias): Define. * Makefile.in (version, target_alias, libsubdir): Define. (install): Remove check for libsubdir. From-SVN: r20634
* Makefile.in (install): Don't install if $(libsubdir) is empty...Craig Burley1998-06-151-58/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sat Jun 13 03:46:40 1998 Craig Burley <burley@gnu.org> * Makefile.in (install): Don't install if $(libsubdir) is empty; issue a diagnostic saying top-level Makefile must pass it in instead, and exit. * Makefile.in (g2c.h): Rename from f2c.h. * Makefile.in, libF77/Makefile.in, libI77/Makefile.in, libU77/Makefile.in: Rewrite config and var assignment sections to be even more minimal than before, and to more clearly documented what macros are expected to be set and to what sorts of values. Eliminate CROSS and related stuff, since there's no such things as CROSS in egcs. Rename GCC_FOR_TARGET to CC throughout. * Makefile.in (stamp-libi77, stamp-libf77, stamp-libu77): Eliminate CROSS. * configure.in: Eliminate CROSS. Rename libf2c.a and f2c.h to libg2c.a and g2c.h, normalize and simplify g77/libg2c build process: * Makefile.in: Remove all stuff pertaining to installation, cleaning, and so on. Parent Makefile does all that now. Pass F2C_H_DIR, G2C_H_DIR, and GCC_H_DIR, the pathnames for the directories containing f2c.h, g2c.h, and other #include files, to subdirectory Makefiles. (stamp-libf77, stamp-libi77, stamp-libu77): Don't specify `-f Makefile' anymore, it's not needed now that subdirectory makefile's from netlib are renamed to makefile.netlib in g77 source (and to makefile.ori by configuration process, in case they're still around somehow). (stamp-libe77): Don't make libE77 dir unless it doesn't exist, if it does just delete all objects in it. Compile using $(GCC_FOR_TARGET), not $(CC). (rebuilt): Remove this and all subordinate targets, as parent Makefile now handles all that. (*clean): Remove. * configure.in (Pad_UDread, ALWAYS_FLUSH, WANT_LEAD_0): Remove these and commentary to new f2c.h file. AC_OUTPUT g2c.h instead of f2c.h. Remove old commentary regarding concatenation. * g2c.h.in: Rename from f2c.h.in, add appropriate commentary. * f2c.h: New file, a wrapper for g2c.h that does libg2c-specific stuff. * libF77/Makefile.in, libI77/Makefile.in, libU77/Makefile.in: Change $(ALL_CFLAGS) to use F2C_H_DIR, G2C_H_DIR, and GCC_H_DIR macros. Remove F2C_H macro, replace use with explicit dependencies on f2c.h and g2c.h. (*clean): Remove. From-SVN: r20507
* One more try at correct paths to f771 headers.Richard Henderson1998-04-271-8/+10
| | | | From-SVN: r19456
* configure.in: Adjust include paths in F2C_INTEGER and F2C_LONGINT tests to ↵Richard Henderson1998-04-261-2/+10
| | | | | | | | | work out of the... * configure.in: Adjust include paths in F2C_INTEGER and F2C_LONGINT tests to work out of the build directory. From-SVN: r19419
* Merge in g77-0.5.22.Jeff Law1998-03-221-0/+2
| | | | From-SVN: r18757
* Another bunch of patches from Craig. See ChangeLogs for details.Jeff Law1998-02-221-4/+9
| | | | From-SVN: r18188
* configure.in: Update F2C_INTEGER and F2C_LONGINT tests for the new placement ↵Richard Henderson1998-02-021-2/+2
| | | | | | | | | in the hierarchy. * configure.in: Update F2C_INTEGER and F2C_LONGINT tests for the new placement in the hierarchy. From-SVN: r17597
* * Previous contents of gcc/f/runtime moved into toplevelJeff Law1998-01-311-0/+391
"libf2c" directory. From-SVN: r17568