diff options
author | aj <aj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-08-28 18:04:17 +0000 |
---|---|---|
committer | aj <aj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-08-28 18:04:17 +0000 |
commit | 25696d3f4c3e989d1ee68b70e567ce5fd21ee7c0 (patch) | |
tree | 73b0b1b90c7899d9466fc29e31bd659f3636553e /libcpp/configure.ac | |
parent | 8131eca583dd4545febf456cbb2b37a77de96085 (diff) | |
download | gcc-25696d3f4c3e989d1ee68b70e567ce5fd21ee7c0.tar.gz |
* configure.ac: Set PACKAGE correctly.
* configure: Regenerated.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86698 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libcpp/configure.ac')
-rw-r--r-- | libcpp/configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcpp/configure.ac b/libcpp/configure.ac index 5b59bdcbc8f..929ff4c85d7 100644 --- a/libcpp/configure.ac +++ b/libcpp/configure.ac @@ -59,6 +59,7 @@ fi AM_ICONV # More defines and substitutions. +PACKAGE="$PACKAGE_TARNAME" AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Define to the name of this package.]) AC_SUBST(PACKAGE) |