summaryrefslogtreecommitdiffstats
path: root/scripts/autotools/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-09-06 18:38:31 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-09-06 18:38:31 +0000
commita792b78d7b0505e686bacb386a7b21305401eb89 (patch)
tree2d12cc0d2d1e9e654fc37cb6ffdd3dec5b1ef58a /scripts/autotools/Makefile.am
parent2001-08-31 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-a792b78d7b0505e686bacb386a7b21305401eb89.tar.bz2
2001-07-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* autotools/Makefile.am, autotools/autoconf-rtems.spec, autotools/automake-rtems.spec: New. * configure.in, Makefile.am: Add autotools/.
Diffstat (limited to '')
-rw-r--r--scripts/autotools/Makefile.am10
1 files changed, 10 insertions, 0 deletions
diff --git a/scripts/autotools/Makefile.am b/scripts/autotools/Makefile.am
new file mode 100644
index 0000000000..c3ace85bb3
--- /dev/null
+++ b/scripts/autotools/Makefile.am
@@ -0,0 +1,10 @@
+##
+## $Id$
+##
+
+AUTOMAKE_OPTIONS = foreign 1.4
+
+RPM_SPECS_DATA = \
+ autoconf-rtems.spec automake-rtems.spec
+
+include $(top_srcdir)/../automake/local.am