acinclude.m4: remove no longer needed file
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 1 Apr 2016 16:29:28 +0000 (11:29 -0500)
committerMike Gorse <mgorse@suse.com>
Fri, 1 Apr 2016 16:29:28 +0000 (11:29 -0500)
Now the DBIND_CHECK_ALIGNOF() autoconf macro is no longer used, this
commit gets rid of the acinclude.m4 file.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
acinclude.m4 [deleted file]

diff --git a/acinclude.m4 b/acinclude.m4
deleted file mode 100644 (file)
index a4904ce..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-#######################
-# type alignment test #
-#######################
-
-AC_DEFUN([DBIND_CHECK_ALIGNOF],[
-AC_CHECK_ALIGNOF($1,[
-#include <stdio.h>
-#include <stdlib.h>
-#define DBUS_API_SUBJECT_TO_CHANGE
-#include <dbus/dbus.h>
-typedef struct {char s1;} dbind_struct;
-typedef void *dbind_pointer;
-])
-
-dnl Note that we substitute for names like @DBIND_ALIGNOF_DBIND_STRUCT@, but
-dnl we #define names like ALIGNOF_DBIND_STRUCT in config.h!
-dnl
-AC_SUBST(translit(dbind_alignof_$1, [a-z *], [A-Z_P]),[$ac_cv_alignof_$1])
-
-])
-