dockapps/wmframepic/configure.ac

12 lines
208 B
Plaintext
Raw Normal View History

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