summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar Mathias Palm2013-02-10 20:09:14 +0100
committerGravatar Nikias Bassen2013-02-10 20:09:14 +0100
commit0b61fda9ab740a100f8f49f2bd0ed7468c79f55c (patch)
tree2e44dba1e85fbb6677c773c4a5f5f9f5ace7cbf6 /configure.ac
parentd3a53b82aa57f5090d95b69e6f567b06eb544df9 (diff)
downloadlibvformat-0b61fda9ab740a100f8f49f2bd0ed7468c79f55c.tar.gz
libvformat-0b61fda9ab740a100f8f49f2bd0ed7468c79f55c.tar.bz2
Copy common/types.h to vformat/vf_iface.h
Copy the content of common/types.h into vformat/vf_iface.h. Keep common/types.h because some files depends on it.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index d1b1041..744f321 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,5 @@
# Process this file with autoconf to produce a configure script.
AC_INIT(libvformat, 1.13, Nick <Tilda@indigo8.freeserve.co.uk>)
-AC_CONFIG_SRCDIR([vf_iface.h])
-#AC_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE(libvformat, 1.13)
AM_CONFIG_HEADER(config.h)