source: tags/openyahtzee_1_5/OpenYahtzee/configure.in @ 2

Revision 2, 166 bytes checked in by guyru, 6 years ago (diff)

Initial revision

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1AC_INIT(configure.in)
2
3AM_CONFIG_HEADER(config.h)
4AM_INIT_AUTOMAKE(openyahtzee, 0.1)
5
6AC_LANG_CPLUSPLUS
7AC_PROG_CXX
8AM_PROG_LIBTOOL
9
10AC_OUTPUT(Makefile src/Makefile)
Note: See TracBrowser for help on using the repository browser.