File: 070_update_autoconf.patch

package info (click to toggle)
transcalc 0.14-7
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,156 kB
  • sloc: ansic: 5,092; sh: 2,643; makefile: 96
file content (21 lines) | stat: -rw-r--r-- 610 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Description: Fixes some warnings during build
 Update autoconf macros.
Author: HÃ¥vard Flaget Aasen <haavard_aasen@yahoo.no>
Forwarded: no
Last-Update: 2021-01-02
---
--- a/configure.ac
+++ b/configure.ac
@@ -4,8 +4,10 @@
 dnl Updated version number, added CFLAGS - Claudio, May 05, 2002
 dnl Modified for use with mingw32, added some more checks - Claudio, May 11, 2002
 
-AC_INIT(src)dnl
-AM_INIT_AUTOMAKE(transcalc,0.14)dnl
+AC_INIT([transcalc], [0.14])
+AC_CONFIG_SRCDIR([src])
+AM_INIT_AUTOMAKE
+
 AM_CONFIG_HEADER(config.h)dnl
 dnl try to adopt the new autoconf features
 dnl AC_CONFIG_HEADERS(config.h)