diff options
author | Kevin E Martin <kem@kem.org> | 2005-05-06 01:46:30 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-05-06 01:46:30 +0000 |
commit | 79c89e7f8bd4a291cc58bc18727503ab853764db (patch) | |
tree | 41148584717adc0878e770be83d11b9a59887acf /configure.ac | |
parent | f8419f84622bf0b65e1ed62c1828d041613a3e01 (diff) |
Initial build system files for proto module.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac new file mode 100644 index 0000000..9e1273d --- /dev/null +++ b/configure.ac @@ -0,0 +1,6 @@ +AC_PREREQ([2.57]) +AC_INIT([FontsExt], [7.0], [xorg@lists.freedesktop.org]) +AM_INIT_AUTOMAKE([foreign dist-bzip2]) + +AC_OUTPUT([Makefile + fontsext.pc]) |