changeset 15934:f6a0e7741a77

maint: remove duplicate lines introduced by merge from stable
author John W. Eaton <jwe@octave.org>
date Sat, 12 Jan 2013 12:02:29 -0500
parents 58018d0e9a71
children cb47c8cc105d
files build-aux/common.mk configure.ac
diffstat 2 files changed, 0 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/build-aux/common.mk	Sat Jan 12 07:36:14 2013 -0800
+++ b/build-aux/common.mk	Sat Jan 12 12:02:29 2013 -0500
@@ -165,15 +165,6 @@
 
 # List of libraries and their special compilation flags
 
-MKOCTFILE_CC = @MKOCTFILE_CC@
-MKOCTFILE_CXX = @MKOCTFILE_CXX@
-MKOCTFILE_DL_LD = @MKOCTFILE_DL_LD@
-MKOCTFILE_DL_LDFLAGS = @MKOCTFILE_DL_LDFLAGS@
-MKOCTFILE_F77 = @MKOCTFILE_F77@
-MKOCTFILE_LD_CXX = @MKOCTFILE_LD_CXX@
-
-# List of libraries and their special compilation flags
-
 LIBOCTINTERP = @LIBOCTINTERP@
 LIBOCTAVE = @LIBOCTAVE@
 
--- a/configure.ac	Sat Jan 12 07:36:14 2013 -0800
+++ b/configure.ac	Sat Jan 12 12:02:29 2013 -0500
@@ -1841,9 +1841,6 @@
 
 ### Check for existence of various libraries
 
-
-### Check for existence of various libraries
-
 ## OS-specific test for dirent, opendir.
 case $host_os in
   mingw*)