dockapps/wmframepic/configure.ac
Doug Torrance 9b41489c42 wmframepic: Update call to AM_INIT_AUTOMAKE.
Also take the opportunity to include the Window Maker dev mailing list in
AC_INIT.
2017-08-20 16:12:14 +01:00

12 lines
208 B
Plaintext

AC_INIT([wmframepic], [0.1], [wmaker-dev@lists.windowmaker.org])
AC_CONFIG_SRCDIR([src/main.c])
AM_INIT_AUTOMAKE
AC_PROG_CC
AM_PROG_CC_C_O
AC_CONFIG_FILES([Makefile src/Makefile])
AC_OUTPUT
AM_PROG_CC_C_O