File: fix_package_name_in_config_h.patch

package info (click to toggle)
freefem%2B%2B 4.15%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 54,536 kB
  • sloc: cpp: 244,534; ansic: 32,568; makefile: 4,177; sh: 2,822; fortran: 1,115; perl: 865; pascal: 452; awk: 295; f90: 32; exp: 16
file content (14 lines) | stat: -rw-r--r-- 316 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Author: Francois Mazen <francois@mzf.fr>
Description: AX_PREFIX_CONFIG_H to avoid PACKAGE_NAME conflict with config.h.
Forwarded: not-needed

--- a/configure.ac
+++ b/configure.ac
@@ -41,6 +41,7 @@
 fi
 
 AC_CONFIG_HEADERS(config.h)
+AX_PREFIX_CONFIG_H()
 AC_PROG_MAKE_SET
 dnl AM_COLOR_TESTS=always
 AC_PROG_RANLIB