| Line | |
|---|
| 1 | #serial 1
|
|---|
| 2 | dnl Copyright (C) 2002, 2003, 2005 Free Software Foundation, Inc.
|
|---|
| 3 | dnl This file is free software; the Free Software Foundation
|
|---|
| 4 | dnl gives unlimited permission to copy and/or distribute it,
|
|---|
| 5 | dnl with or without modifications, as long as this notice is preserved.
|
|---|
| 6 |
|
|---|
| 7 | AC_DEFUN([gl_VERSION_ETC],
|
|---|
| 8 | [
|
|---|
| 9 | dnl FIXME: if/when this becomes a gnulib macro, make version-etc-fsf.c
|
|---|
| 10 | dnl be merely `suggested' or `recommended', not required.
|
|---|
| 11 | AC_LIBSOURCES([version-etc.c, version-etc.h, version-etc-fsf.c])
|
|---|
| 12 | AC_LIBOBJ([version-etc-fsf])
|
|---|
| 13 | AC_LIBOBJ([version-etc])
|
|---|
| 14 |
|
|---|
| 15 | dnl Prerequisites.
|
|---|
| 16 | :
|
|---|
| 17 | ])
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.