summaryrefslogtreecommitdiff
path: root/m4/ctng_gperf.m4
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2018-01-07 07:16:33 (GMT)
committerAlexey Neyman <stilor@att.net>2018-04-07 19:02:33 (GMT)
commit0bcb67fa52b1318b098366fa44955f528999f4db (patch)
treeb2faeb79cf878f71dfe26d7de4b3634e5c558555 /m4/ctng_gperf.m4
parent896bc2d17313f32a968efb09917cc3eb2b4e3ed8 (diff)
Use autoconfig-archve/automake tests
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'm4/ctng_gperf.m4')
-rw-r--r--m4/ctng_gperf.m42
1 files changed, 0 insertions, 2 deletions
diff --git a/m4/ctng_gperf.m4 b/m4/ctng_gperf.m4
index 0ec1a0e..3873028 100644
--- a/m4/ctng_gperf.m4
+++ b/m4/ctng_gperf.m4
@@ -1,5 +1,4 @@
# Check for GNU perf location and the type it uses in the prototypes
-# FIXME: remove AC_SUBST after switching to using autoheader
AC_DEFUN([CTNG_PROG_GPERF],
[AX_REQUIRE_DEFINED([CTNG_CHECK_TOOL_REQ])
CTNG_CHECK_TOOL_REQ([GPERF], [gperf], [gperf])
@@ -19,5 +18,4 @@ _ASEOF
[AC_MSG_ERROR([unable to determine gperf len type])])
rm -f conftest.gperf.c
AC_DEFINE_UNQUOTED([GPERF_LEN_TYPE], $GPERF_LEN_TYPE, [String length type used by gperf])
- AC_SUBST([GPERF_LEN_TYPE])
])