From e33986e87a12ec892fcfd012d5166c9ff930ffa4 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Tue, 20 Feb 2001 03:23:35 +0000 Subject: [PATCH] add needed things for autoconfiscation --- include/.gitignore | 3 +++ include/Makefile.am | 4 ++++ include/stamp-h.in | 1 + 3 files changed, 8 insertions(+) create mode 100644 include/.gitignore create mode 100644 include/Makefile.am create mode 100644 include/stamp-h.in diff --git a/include/.gitignore b/include/.gitignore new file mode 100644 index 000000000..4f2ada88b --- /dev/null +++ b/include/.gitignore @@ -0,0 +1,3 @@ +config.h.in +config.h +stamp-h diff --git a/include/Makefile.am b/include/Makefile.am new file mode 100644 index 000000000..b36df17ad --- /dev/null +++ b/include/Makefile.am @@ -0,0 +1,4 @@ +## Process this file with automake to produce Makefile.in +AUTOMAKE_OPTIONS= foreign + +EXTRA_DIST = diff --git a/include/stamp-h.in b/include/stamp-h.in new file mode 100644 index 000000000..9788f7023 --- /dev/null +++ b/include/stamp-h.in @@ -0,0 +1 @@ +timestamp