1
# configure.ac -- process this file with autoconf to produce a configure script
3
AC_INIT([stdhome], [m4_esyscmd_s(cat version)],
4
[tim@ed.am], ,[http://ed.am/dev/stdhome])
5
AC_CONFIG_MACRO_DIR([m4])
6
AC_CONFIG_AUX_DIR([build-aux])
7
AM_INIT_AUTOMAKE([foreign dist-xz])
12
# checks for libraries.
14
# checks for header files.
16
# checks for typedefs, structures, and compiler characteristics.
18
# checks for library functions.
20
AC_CONFIG_FILES([src/stdhome], [chmod +x src/stdhome])
21
AC_OUTPUT([Makefile src/Makefile lib/stdhome/Makefile])