diff options
author | Holger Freyther <zecke@selfish.org> | 2006-11-15 00:11:44 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2006-11-15 00:11:44 +0000 |
commit | 5f4be6e3b31d552dc6d293adebf03415532592e9 (patch) | |
tree | 6751696a15d119417ef659f53815c0659c868253 /contrib/site-conf/aclocal.m4 | |
parent | 942f721377d2a42a1f130d774858333d58ee7767 (diff) |
site-conf: Include builtin.m4 through aclocal.m4 and execute the defined function
Document how to generate the configure script, document how to add a new
package and do that for the builtin functions
Diffstat (limited to 'contrib/site-conf/aclocal.m4')
-rw-r--r-- | contrib/site-conf/aclocal.m4 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/site-conf/aclocal.m4 b/contrib/site-conf/aclocal.m4 new file mode 100644 index 0000000000..8d4b7eed8c --- /dev/null +++ b/contrib/site-conf/aclocal.m4 @@ -0,0 +1,2 @@ +dnl # local file.. +m4_include(builtin.m4) |