summaryrefslogtreecommitdiff
path: root/libcpp/configure.ac
diff options
context:
space:
mode:
authoraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>2004-08-28 18:04:17 +0000
committeraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>2004-08-28 18:04:17 +0000
commit25696d3f4c3e989d1ee68b70e567ce5fd21ee7c0 (patch)
tree73b0b1b90c7899d9466fc29e31bd659f3636553e /libcpp/configure.ac
parent8131eca583dd4545febf456cbb2b37a77de96085 (diff)
downloadgcc-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.ac1
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)