diff options
author | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-02-28 00:41:19 +0000 |
---|---|---|
committer | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-02-28 00:41:19 +0000 |
commit | 9fe919456e8e0048a2f492cf0e5c6c581ca778b7 (patch) | |
tree | dd78262824851423ed9e782410f3e8265785172c /libssp/configure.ac | |
parent | 026fbc0d04877cdac4c41454c6bd12960f9bdbbf (diff) | |
download | gcc-9fe919456e8e0048a2f492cf0e5c6c581ca778b7.tar.gz |
PR 26473
* configure.ac (ACX_NONCANONICAL_TARGET): Use it.
* Makefile.am (target_noncanonical): Define.
(libsubincludedir): New variable.
(nobase_libsubinclude_HEADERS): Likewise.
(nobase_include_HEADERS): Remove.
* configure: Regenerated.
* Makefile.in: Likewise.
* aclocal.m4: Regenerated.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@111501 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libssp/configure.ac')
-rw-r--r-- | libssp/configure.ac | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libssp/configure.ac b/libssp/configure.ac index 0bec15c140f..f8ed70c5105 100644 --- a/libssp/configure.ac +++ b/libssp/configure.ac @@ -1,10 +1,12 @@ # Process this file with autoconf to produce a configure script, like so: -# aclocal && autoconf && autoheader && automake +# +# aclocal -I .. -I ../config && autoconf && autoheader && automake AC_PREREQ(2.59) AC_INIT(libssp, 1.0) AC_CONFIG_SRCDIR(ssp.c) AC_CANONICAL_SYSTEM +ACX_NONCANONICAL_TARGET AM_INIT_AUTOMAKE |