summaryrefslogtreecommitdiff
path: root/libssp/configure.ac
diff options
context:
space:
mode:
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>2006-02-28 00:41:19 +0000
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>2006-02-28 00:41:19 +0000
commit9fe919456e8e0048a2f492cf0e5c6c581ca778b7 (patch)
treedd78262824851423ed9e782410f3e8265785172c /libssp/configure.ac
parent026fbc0d04877cdac4c41454c6bd12960f9bdbbf (diff)
downloadgcc-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.ac4
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