Die on missing host fragments, let missing target fragments pass.
authorK. Richard Pixley <rich@cygnus>
Wed, 14 Aug 1991 22:23:44 +0000 (22:23 +0000)
committerK. Richard Pixley <rich@cygnus>
Wed, 14 Aug 1991 22:23:44 +0000 (22:23 +0000)
binutils/configure.in [new file with mode: 0644]

diff --git a/binutils/configure.in b/binutils/configure.in
new file mode 100644 (file)
index 0000000..4dbcaac
--- /dev/null
@@ -0,0 +1,20 @@
+# This file is a shell script that supplies the information necessary
+# to tailor a template configure script into the configure script
+# appropriate for this directory.  For more information, check any
+# existing configure script.
+
+srctrigger=ar.c
+srcname="binutils"
+
+# per-host:
+
+if [ ! -f config/hmake-${host} ] ; then
+       echo No such host available: ${host}
+       exit 1
+fi
+
+# per-target:
+
+files=
+links=
+
This page took 0.032038 seconds and 4 git commands to generate.