You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
e87a6dffba
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@102551 d073be05-634f-4543-b044-5fe20cf6d1d6
15 lines
389 B
Diff
15 lines
389 B
Diff
--- configure.ac.orig 2013-02-04 14:46:01.000000000 -0500
|
|
+++ configure.ac 2013-02-04 14:45:32.000000000 -0500
|
|
@@ -6,7 +6,10 @@
|
|
AC_PREREQ(2.59)
|
|
AC_CONFIG_SRCDIR(graph/graph.c)
|
|
AM_INIT_AUTOMAKE([plotutils],[2.6])
|
|
-AM_CONFIG_HEADER(config.h:config.hin)
|
|
+AC_CONFIG_HEADERS([config.h:config.hin])
|
|
+
|
|
+AC_PROG_CXX
|
|
+AC_PROG_CC
|
|
|
|
# The following will be defined in config.h, if appropriate.
|
|
|