diff options
author | Kelley Cook <kcook@gcc.gnu.org> | 2004-01-10 02:17:41 +0000 |
---|---|---|
committer | R. Kelley Cook <kcook@gcc.gnu.org> | 2004-01-10 02:17:41 +0000 |
commit | c31d56ed0619b8fc21e00b92fe6abe6268bd8094 (patch) | |
tree | 32401cf4f25ad459e248f3f5d4d44b00ecce27e4 /libiberty/Makefile.in | |
parent | a4b0b8f1b5e847573c60212a2e0dc523bfffb3a8 (diff) | |
download | gcc-c31d56ed0619b8fc21e00b92fe6abe6268bd8094.tar.gz |
configure.in: Rename file to ...
2004-01-09 Kelley Cook <kcook@gcc.gnu.org>
* configure.in: Rename file to ...
* configure.ac: ... this.
* Makefile.in: Update a comment for above change.
* README: Likewise.
* config.in: Regenerate.
From-SVN: r75623
Diffstat (limited to 'libiberty/Makefile.in')
-rw-r--r-- | libiberty/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in index f3ff338fa2d..0e1c8f252d9 100644 --- a/libiberty/Makefile.in +++ b/libiberty/Makefile.in @@ -126,7 +126,7 @@ COMPILE.c = $(CC) -c @DEFS@ $(LIBCFLAGS) -I. -I$(INCDIR) $(HDEFINES) @ac_libiber # NOTE: If you add new files to the library, add them to this list # (alphabetical), and add them to REQUIRED_OFILES, or -# CONFIGURED_OFILES and funcs in configure.in. +# CONFIGURED_OFILES and funcs in configure.ac. CFILES = alloca.c argv.c asprintf.c atexit.c \ basename.c bcmp.c bcopy.c bsearch.c bzero.c \ calloc.c choose-temp.c clock.c concat.c cp-demangle.c \ |