2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2025-04-18 04:00:24 +08:00

g2c.hin: Renamed from g2c.h.in.

* 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
This commit is contained in:
Jeffrey A Law 1998-07-16 00:07:42 +00:00 committed by Jeff Law
parent 85c6cbaf2d
commit e3a0385963
9 changed files with 22 additions and 12 deletions

@ -1,3 +1,13 @@
Thu Jul 16 00:58:52 1998 Jeffrey A Law (law@cygnus.com)
* 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.
Tue Jul 14 21:35:30 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
* Makefile.in (all): Invoke $(MAKE) instead of just make.

@ -118,7 +118,7 @@ ${srcdir}/configure: ${srcdir}/configure.in
cd $(srcdir) && autoconf
# Dependence on Makefile serializes for parallel make.
g2c.h: $(srcdir)/g2c.h.in config.status Makefile
g2c.h: $(srcdir)/g2c.hin config.status Makefile
# Might try to avoid rebuilding everything if Makefile or configure
# changes and g2c.h doesn't; see also the Makefile rule. Should
# depend on another stamp file rather than using the commented-out

6
libf2c/configure vendored

@ -520,7 +520,7 @@ fi
# From configure.in 1.11
# From configure.in 1.12
# For g77 we'll set CC to point at the built gcc, but this will get it into
# the makefiles
@ -1306,7 +1306,7 @@ done
ac_given_srcdir=$srcdir
ac_given_INSTALL="$INSTALL"
trap 'rm -fr `echo "Makefile g2c.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
trap 'rm -fr `echo "Makefile g2c.h:g2c.hin" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
EOF
cat >> $CONFIG_STATUS <<EOF
@ -1405,7 +1405,7 @@ EOF
cat >> $CONFIG_STATUS <<EOF
CONFIG_FILES=\${CONFIG_FILES-"Makefile g2c.h"}
CONFIG_FILES=\${CONFIG_FILES-"Makefile g2c.h:g2c.hin"}
EOF
cat >> $CONFIG_STATUS <<\EOF
for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then

@ -21,7 +21,7 @@
AC_INIT(libF77/Version.c)
AC_REVISION(1.11)
AC_REVISION(1.12)
dnl Checks for programs.
# For g77 we'll set CC to point at the built gcc, but this will get it into
@ -167,7 +167,7 @@ AC_CANONICAL_SYSTEM
AC_SUBST(target_alias)
AC_CONFIG_SUBDIRS(libU77 libI77 libF77)
AC_OUTPUT(Makefile g2c.h)
AC_OUTPUT(Makefile g2c.h:g2c.hin)
dnl Local Variables:
dnl comment-start: "dnl "

@ -1,7 +1,7 @@
/* g2c.h -- g77 version of f2c (Standard Fortran to C header file) */
/* This file is generated by the g77 libg2c configuration process from a
file named g2c.h.in. This process sets up the appropriate types,
file named g2c.hin. This process sets up the appropriate types,
defines the appropriate macros, and so on. The resulting g2c.h file
is used to build g77's copy of libf2c, named libg2c, and also can
be used when compiling C code produced by f2c to link the resulting

@ -99,7 +99,7 @@ config.status: configure
${srcdir}/configure: configure.in
cd ${srcdir} && autoconf
${srcdir}/config.h.in: stamp-h.in
${srcdir}/config.hin: stamp-h.in
${srcdir}/stamp-h.in: configure.in acconfig.h
cd ${srcdir} && autoheader
echo timestamp > ${srcdir}/stamp-h.in

@ -1,4 +1,4 @@
/* config.h.in. Generated automatically from configure.in by autoheader. */
/* config.hin. Generated automatically from configure.in by autoheader. */
/* Define to empty if the keyword does not work. */
#undef const

@ -1540,7 +1540,7 @@ done
ac_given_srcdir=$srcdir
trap 'rm -fr `echo "Makefile config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
trap 'rm -fr `echo "Makefile config.h:config.hin" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
EOF
cat >> $CONFIG_STATUS <<EOF
@ -1698,7 +1698,7 @@ ac_eD='%g'
if test "${CONFIG_HEADERS+set}" != set; then
EOF
cat >> $CONFIG_STATUS <<EOF
CONFIG_HEADERS="config.h"
CONFIG_HEADERS="config.h:config.hin"
EOF
cat >> $CONFIG_STATUS <<\EOF
fi

@ -20,7 +20,7 @@
#USA.
AC_INIT(access_.c)
AC_CONFIG_HEADER(config.h)
AC_CONFIG_HEADER(config.h:config.hin)
dnl Checks for programs.
# For g77 we'll set CC to point at the built gcc, but this will get it into