File: 01_AC_PROG_CXX.diff

package info (click to toggle)
plotutils 2.6-7
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 13,184 kB
  • ctags: 6,906
  • sloc: ansic: 68,670; sh: 20,086; cpp: 12,382; yacc: 2,588; makefile: 830; lex: 137
file content (14 lines) | stat: -rw-r--r-- 466 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Invoke AC_PROG_CXX, autoreconf fails otherwise.
Forwarded: http://article.gmane.org/gmane.comp.gnu.plotutils.bugs/23
Author: Floris Bruynooghe <flub@devork.be>

--- a/configure.ac
+++ b/configure.ac
@@ -64,6 +66,7 @@
 # Note: this can apparently alter CFLAGS, on a few platforms, e.g., on
 # SCO OpenServer 5 (i.e. *-*-sco3.2v5*), "-belf" is added.
 AC_PROG_LIBTOOL
+AC_PROG_CXX
 
 # Determine extension (e.g. ".exe") on executables, if any.
 AC_EXEEXT