diff options
| author | Henrik Rydberg <rydberg@euromail.se> | 2010-08-02 01:49:03 +0200 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2010-08-02 01:49:03 +0200 |
| commit | caa4aaafe48fce11f6826ba2d0b8f1ff4f8e49cf (patch) | |
| tree | 335f0003ca34972a732799ac58ff916ae7c49100 /configure.ac | |
| parent | abfa51e422384d23ea0a253e5937063131fd4279 (diff) | |
Remove erroneous dependency on xorg macros
This package has no external dependencies and should not depend
on the xorg macros. This patch removes the dependency, adds a tailored
INSTALL file, and uses git to generate the ChangeLog.
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac index e5bdb71..56a4794 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -6,6 +6,7 @@ AC_INIT([Multitouch Protocol Translation Library], | |||
| 6 | [mtdev]) | 6 | [mtdev]) |
| 7 | AC_CONFIG_SRCDIR([Makefile.am]) | 7 | AC_CONFIG_SRCDIR([Makefile.am]) |
| 8 | AC_CONFIG_HEADERS([config.h]) | 8 | AC_CONFIG_HEADERS([config.h]) |
| 9 | AC_CONFIG_AUX_DIR([config-aux]) | ||
| 9 | 10 | ||
| 10 | # Initialize Automake | 11 | # Initialize Automake |
| 11 | AM_INIT_AUTOMAKE([foreign dist-bzip2]) | 12 | AM_INIT_AUTOMAKE([foreign dist-bzip2]) |
| @@ -21,12 +22,6 @@ AC_PROG_LIBTOOL | |||
| 21 | AC_PROG_CC | 22 | AC_PROG_CC |
| 22 | AC_PROG_INSTALL | 23 | AC_PROG_INSTALL |
| 23 | 24 | ||
| 24 | # Initialize X.Org macros | ||
| 25 | m4_ifndef([XORG_MACROS_VERSION], | ||
| 26 | [m4_fatal([must install xorg-macros 1.5 or later before running autoconf/autogen])]) | ||
| 27 | XORG_MACROS_VERSION(1.5) | ||
| 28 | XORG_DEFAULT_OPTIONS | ||
| 29 | |||
| 30 | AC_CONFIG_FILES([Makefile | 25 | AC_CONFIG_FILES([Makefile |
| 31 | src/Makefile | 26 | src/Makefile |
| 32 | test/Makefile | 27 | test/Makefile |
