barnowl_perlaimdebianowlrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
|
Last change
on this file since 32da267 was
e374dee,
checked in by James M. Kretchmar <kretch@mit.edu>, 22 years ago
|
|
*** empty log message ***
|
-
Property mode set to
100644
|
|
File size:
197 bytes
|
| Line | |
|---|
| 1 | AC_INIT(bos.c) |
|---|
| 2 | |
|---|
| 3 | dnl AC_CONFIG_HEADER(config.h) |
|---|
| 4 | |
|---|
| 5 | AC_PROG_CC |
|---|
| 6 | dnl we're using GCC, enable all warnings |
|---|
| 7 | if test "$GCC" = yes; then |
|---|
| 8 | CFLAGS="$CFLAGS -Wall -g"; |
|---|
| 9 | fi |
|---|
| 10 | AC_PROG_RANLIB |
|---|
| 11 | |
|---|
| 12 | |
|---|
| 13 | AC_OUTPUT(Makefile) |
|---|
Note: See
TracBrowser
for help on using the repository browser.