diff options
author | Alan Modra <amodra@gmail.com> | 2022-03-17 14:40:23 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2022-03-17 21:32:44 +1030 |
commit | 6109e902f1dd4124b5d399f9a8e3b6e123a706d4 (patch) | |
tree | 9f9bf632ea6c2522fe9387d727794be43de4332a /gprofng/configure.ac | |
parent | c55f2b9c61d7dad73a45474194a0f2752738e59c (diff) | |
download | gdb-6109e902f1dd4124b5d399f9a8e3b6e123a706d4.zip gdb-6109e902f1dd4124b5d399f9a8e3b6e123a706d4.tar.gz gdb-6109e902f1dd4124b5d399f9a8e3b6e123a706d4.tar.bz2 |
gprofng configure target tests
${target} in configure.ac should be the canonical target, so that for
example, someone configuring with --target=x86_64-linux will match
x86_64-*-linux*.
* configure.ac: Invoke AC_CANONICAL_TARGET.
* libcollector/configure.ac: Likewise.
* Makefile.in: Regenerate.
* configure: Regenerate.
* doc/Makefile.in: Regenerate.
* gp-display-html/Makefile.in: Regenerate.
* libcollector/Makefile.in: Regenerate.
* libcollector/configure: Regenerate.
* src/Makefile.in: Regenerate.
Diffstat (limited to 'gprofng/configure.ac')
-rw-r--r-- | gprofng/configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gprofng/configure.ac b/gprofng/configure.ac index 23fee87..c05e981 100644 --- a/gprofng/configure.ac +++ b/gprofng/configure.ac @@ -18,6 +18,7 @@ dnl <http://www.gnu.org/licenses/>. m4_include([../bfd/version.m4]) AC_INIT([gprofng], BFD_VERSION) +AC_CANONICAL_TARGET AM_INIT_AUTOMAKE([subdir-objects]) AM_MAINTAINER_MODE |