1 Make sure we can autoreconfigure popt
3 This commit makes a few changes in the popt build system to allow it
4 to be autoreconfigured with modern autotools:
6 - the TESTS variable shouldn't be using $(top_srcdir), and since we
7 don't care about tests in Buildroot, we just disable it.
9 - the AM_C_PROTOTYPES macro is deprecated and should no longer be
10 used, causes an error with autoconf/automake.
12 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
15 ===================================================================
20 test1="$(top_builddir)/test1"
22 -TESTS = $(top_srcdir)/testit.sh
24 include_HEADERS = popt.h
28 ===================================================================
37 AC_CHECK_HEADERS(float.h fnmatch.h glob.h langinfo.h libintl.h mcheck.h unistd.h)