diff options
| author | Joakim Verona | 2013-03-26 16:20:17 +0100 |
|---|---|---|
| committer | Joakim Verona | 2013-03-26 16:20:17 +0100 |
| commit | 6f6db22fc74ffb7fbdd4d805545b7e28cd59f0c8 (patch) | |
| tree | 4a58903b4c3d010e90fc37fe10ea4d9895876d01 /etc/srecode/ede-autoconf.srt | |
| parent | 62dd123f7c11ddbe156bc0e84dcb7ca1da5368bb (diff) | |
| parent | 48c226c2c2592e31a47559bd1689fcc4354d9479 (diff) | |
| download | emacs-6f6db22fc74ffb7fbdd4d805545b7e28cd59f0c8.tar.gz emacs-6f6db22fc74ffb7fbdd4d805545b7e28cd59f0c8.zip | |
conflict resolve
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 | ||