comparison configure.ac @ 15856:37371278f9fc

configure.ac: Remove unused EXTERN_CFLAGS, EXTERN_CXXFLAGS variables * configure.ac: Remove unused EXTERN_CFLAGS, EXTERN_CXXFLAGS variables
author Rik <rik@octave.org>
date Thu, 27 Dec 2012 16:09:55 -0800
parents 98f6abe01b5a
children 715d324b1b72
comparison
equal deleted inserted replaced
15855:4294430ef736 15856:37371278f9fc
15 ### for more details. 15 ### for more details.
16 ### 16 ###
17 ### You should have received a copy of the GNU General Public License 17 ### You should have received a copy of the GNU General Public License
18 ### along with Octave; see the file COPYING. If not, see 18 ### along with Octave; see the file COPYING. If not, see
19 ### <http://www.gnu.org/licenses/>. 19 ### <http://www.gnu.org/licenses/>.
20
21 ### Preserve CFLAGS and CXXFLAGS from the environment before doing
22 ### anything else because we don't know which macros might call
23 ### AC_PROG_CC or AC_PROG_CXX.
24
25 EXTERN_CFLAGS="$CFLAGS"
26 EXTERN_CXXFLAGS="$CXXFLAGS"
27 20
28 AC_PREREQ([2.62]) 21 AC_PREREQ([2.62])
29 AC_INIT([GNU Octave], [3.7.0+], [http://octave.org/bugs.html], [octave]) 22 AC_INIT([GNU Octave], [3.7.0+], [http://octave.org/bugs.html], [octave])
30 23
31 dnl PACKAGE_VERSION is set by the AC_INIT VERSION arg 24 dnl PACKAGE_VERSION is set by the AC_INIT VERSION arg