|
Last change
on this file since 149 was
149,
checked in by guyru, 5 years ago
|
|
improved configure.ac
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
|
File size:
280 bytes
|
| Rev | Line | |
|---|
| [149] | 1 | AC_INIT([Open Yahtzee],[1.9],[guyrutenberg@gmail.com],[openyahtzee]) |
|---|
| [2] | 2 | |
|---|
| [149] | 3 | AM_INIT_AUTOMAKE([-Wall -Werror]) |
|---|
| 4 | AC_CONFIG_SRCDIR([src/openyahtzee.cpp]) |
|---|
| 5 | AC_CONFIG_HEADER([config.h]) |
|---|
| [2] | 6 | |
|---|
| [149] | 7 | dnl AC_LANG_CPLUSPLUS |
|---|
| [2] | 8 | AC_PROG_CXX |
|---|
| [149] | 9 | dnl AM_PROG_LIBTOOL |
|---|
| [2] | 10 | |
|---|
| [149] | 11 | AC_CONFIG_FILES([Makefile src/Makefile]) |
|---|
| 12 | AC_OUTPUT |
|---|
Note: See
TracBrowser
for help on using the repository browser.