dnl Process this file with autoconf to produce a configure script. AC_INIT(GUI/OscillatorGUI.h) dnl Checks for programs. AC_PROG_CC AC_PROG_CPP AC_CHECK_LIB(fltk, Fl_Group) dnl Checks for header files. AC_HEADER_STDC dnl Checks for typedefs, structures, and compiler characteristics. AC_C_CONST AC_C_INLINE dnl Checks for library functions. AC_OUTPUT(Makefile)