diff options
author | bonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-08-25 08:10:02 +0000 |
---|---|---|
committer | bonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-08-25 08:10:02 +0000 |
commit | a668be2626dea959ddc34e2a8ddd8fb95327cf3e (patch) | |
tree | 99b4fbbaa5403868d9ec5c425af7303d39faab7c /libcpp/config.in | |
parent | 346e0763dcb885204cd96b050f67550cf5f79a06 (diff) | |
download | gcc-a668be2626dea959ddc34e2a8ddd8fb95327cf3e.tar.gz |
libcpp/ChangeLog:
2004-08-25 Paolo Bonzini <bonzini@gnu.org>
* configure.ac: Replace Automake macro invocations
with manual Autoconf checks and substitutions.
* Makefile.am: Removed.
* Makefile.in: Heavy simplification and reorganization.
gcc/ChangeLog:
2004-08-25 Paolo Bonzini <bonzini@gnu.org>
* doc/invoke.texi: Document that libcpp does not require
Automake any longer. Document that Automake 1.9.1 should
work everywhere.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86541 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libcpp/config.in')
-rw-r--r-- | libcpp/config.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libcpp/config.in b/libcpp/config.in index 958d4189a4a..8cf8cebcf3b 100644 --- a/libcpp/config.in +++ b/libcpp/config.in @@ -129,7 +129,7 @@ /* Define as const if the declaration of iconv() needs const. */ #undef ICONV_CONST -/* Name of package */ +/* Define to the name of this package. */ #undef PACKAGE /* Define to the address where bug reports for this package should be sent. */ @@ -173,9 +173,6 @@ /* Define to 1 if your <sys/time.h> declares `struct tm'. */ #undef TM_IN_SYS_TIME -/* Version number of package */ -#undef VERSION - /* Define to empty if `const' does not conform to ANSI C. */ #undef const |