summaryrefslogtreecommitdiff
path: root/builds
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2006-05-08 07:10:29 +0000
committerWerner Lemberg <wl@gnu.org>2006-05-08 07:10:29 +0000
commit4df5b26fdfb659985fef6d482c1641b345243cbd (patch)
treef83d3c0fc6b626b40266f81133d6bfee21ee3c0d /builds
parent1639c7948231b4dcba4e00b6b9db1bbc3fb929e9 (diff)
downloadfreetype2-4df5b26fdfb659985fef6d482c1641b345243cbd.tar.gz
Put version information into the configure script. Reported by Paul
Watson <pwatson@redlinepy.com>. * builds/unix/configure.ac: Renamed to... * builds/unix/configure.raw: This which now serves (with appropriate modifications) as a template for configure.ac. * version.sed: New script. * autogen.sh: Generate configure.ac from configure.raw, using FREETYPE_MAJOR, FREETYPE_MINOR, and FREETYPE_PATCH from freetype.h.
Diffstat (limited to 'builds')
-rw-r--r--builds/unix/.cvsignore1
-rw-r--r--builds/unix/configure.raw (renamed from builds/unix/configure.ac)2
2 files changed, 2 insertions, 1 deletions
diff --git a/builds/unix/.cvsignore b/builds/unix/.cvsignore
index 3785a9c13..86b8c409b 100644
--- a/builds/unix/.cvsignore
+++ b/builds/unix/.cvsignore
@@ -6,6 +6,7 @@ config.log
config.status
config.sub
configure
+configure.ac
freetype2.pc
freetype-config
ftconfig.h
diff --git a/builds/unix/configure.ac b/builds/unix/configure.raw
index 24c36f353..f1f217cc3 100644
--- a/builds/unix/configure.ac
+++ b/builds/unix/configure.raw
@@ -11,7 +11,7 @@
# indicate that you have read the license and understand and accept it
# fully.
-AC_INIT
+AC_INIT([FreeType], [@VERSION@], [freetype@nongnu.org], [freetype])
AC_CONFIG_SRCDIR([ftconfig.in])