diff options
Diffstat (limited to 'etc/srecode/ede-autoconf.srt')
| -rw-r--r-- | etc/srecode/ede-autoconf.srt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/srecode/ede-autoconf.srt b/etc/srecode/ede-autoconf.srt index d2ec61a0a93..b3aaa75d2c2 100644 --- a/etc/srecode/ede-autoconf.srt +++ b/etc/srecode/ede-autoconf.srt | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;; ede/templates/autoconf.srt --- Templates for autoconf used by EDE. | 1 | ;; ede/templates/autoconf.srt --- Templates for autoconf used by EDE. |
| 2 | ;; | 2 | ;; |
| 3 | ;; Copyright (C) 2010 Eric M. Ludlam | 3 | ;; Copyright (C) 2010, 2013 Free Software Foundation, Inc. |
| 4 | ;; | 4 | ;; |
| 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | ;; | 6 | ;; |
| @@ -26,7 +26,7 @@ set application "ede" | |||
| 26 | 26 | ||
| 27 | context file | 27 | context file |
| 28 | 28 | ||
| 29 | template ede-empty | 29 | template ede-empty :project |
| 30 | "Start a new EDE generated configure.in/ac file." | 30 | "Start a new EDE generated configure.in/ac file." |
| 31 | ---- | 31 | ---- |
| 32 | {{comment_prefix}} Automatically Generated/Maintained {{FILE}} by EDE. | 32 | {{comment_prefix}} Automatically Generated/Maintained {{FILE}} by EDE. |
| @@ -40,7 +40,7 @@ template ede-empty | |||
| 40 | {{comment_prefix}} | 40 | {{comment_prefix}} |
| 41 | {{comment_prefix}} Process this file with autoconf to produce a configure script | 41 | {{comment_prefix}} Process this file with autoconf to produce a configure script |
| 42 | 42 | ||
| 43 | AC_INIT({{TEST_FILE}}) | 43 | AC_INIT({{PROJECT_NAME}}, {{PROJECT_VERSION}}) |
| 44 | AM_INIT_AUTOMAKE([{{PROGRAM}}], 0) | 44 | AM_INIT_AUTOMAKE([{{PROGRAM}}], 0) |
| 45 | AM_CONFIG_HEADER(config.h) | 45 | AM_CONFIG_HEADER(config.h) |
| 46 | 46 | ||