source: branches/openyahtzee-1.8/configure.in @ 146

Revision 146, 168 bytes checked in by guyru, 4 years ago (diff)
  • Updated autotools files
  • Added desktop file
  • Updated version strings
  • 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, 1.8.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.