Skip to content

Commit b2e3b4f

Browse files
committed
Update version ID and autoreconf
1 parent bd6acb9 commit b2e3b4f

File tree

8 files changed

+64
-4886
lines changed

8 files changed

+64
-4886
lines changed

Makefile.in

+1-26
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,6 @@ POST_INSTALL = :
8585
NORMAL_UNINSTALL = :
8686
PRE_UNINSTALL = :
8787
POST_UNINSTALL = :
88-
build_triplet = @build@
89-
host_triplet = @host@
9088
subdir = .
9189
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
9290
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
@@ -158,8 +156,6 @@ CTAGS = ctags
158156
CSCOPE = cscope
159157
DIST_SUBDIRS = $(SUBDIRS)
160158
am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
161-
$(top_srcdir)/config/compile $(top_srcdir)/config/config.guess \
162-
$(top_srcdir)/config/config.sub \
163159
$(top_srcdir)/config/install-sh $(top_srcdir)/config/missing \
164160
README config/compile config/config.guess config/config.sub \
165161
config/depcomp config/install-sh config/missing
@@ -212,10 +208,6 @@ AUTOCONF = @AUTOCONF@
212208
AUTOHEADER = @AUTOHEADER@
213209
AUTOMAKE = @AUTOMAKE@
214210
AWK = @AWK@
215-
CC = @CC@
216-
CCDEPMODE = @CCDEPMODE@
217-
CFLAGS = @CFLAGS@
218-
CPP = @CPP@
219211
CPPFLAGS = @CPPFLAGS@
220212
CXX = @CXX@
221213
CXXDEPMODE = @CXXDEPMODE@
@@ -226,13 +218,7 @@ DEPDIR = @DEPDIR@
226218
ECHO_C = @ECHO_C@
227219
ECHO_N = @ECHO_N@
228220
ECHO_T = @ECHO_T@
229-
EGREP = @EGREP@
230221
EXEEXT = @EXEEXT@
231-
GLU_CFLAGS = @GLU_CFLAGS@
232-
GLU_LIBS = @GLU_LIBS@
233-
GL_CFLAGS = @GL_CFLAGS@
234-
GL_LIBS = @GL_LIBS@
235-
GREP = @GREP@
236222
INSTALL = @INSTALL@
237223
INSTALL_DATA = @INSTALL_DATA@
238224
INSTALL_PROGRAM = @INSTALL_PROGRAM@
@@ -253,9 +239,6 @@ PACKAGE_TARNAME = @PACKAGE_TARNAME@
253239
PACKAGE_URL = @PACKAGE_URL@
254240
PACKAGE_VERSION = @PACKAGE_VERSION@
255241
PATH_SEPARATOR = @PATH_SEPARATOR@
256-
PKG_CONFIG = @PKG_CONFIG@
257-
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
258-
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
259242
SET_MAKE = @SET_MAKE@
260243
SHELL = @SHELL@
261244
STRIP = @STRIP@
@@ -277,30 +260,21 @@ abs_builddir = @abs_builddir@
277260
abs_srcdir = @abs_srcdir@
278261
abs_top_builddir = @abs_top_builddir@
279262
abs_top_srcdir = @abs_top_srcdir@
280-
ac_ct_CC = @ac_ct_CC@
281263
ac_ct_CXX = @ac_ct_CXX@
282264
am__include = @am__include@
283265
am__leading_dot = @am__leading_dot@
284266
am__quote = @am__quote@
285267
am__tar = @am__tar@
286268
am__untar = @am__untar@
287269
bindir = @bindir@
288-
build = @build@
289270
build_alias = @build_alias@
290-
build_cpu = @build_cpu@
291-
build_os = @build_os@
292-
build_vendor = @build_vendor@
293271
builddir = @builddir@
294272
datadir = @datadir@
295273
datarootdir = @datarootdir@
296274
docdir = @docdir@
297275
dvidir = @dvidir@
298276
exec_prefix = @exec_prefix@
299-
host = @host@
300277
host_alias = @host_alias@
301-
host_cpu = @host_cpu@
302-
host_os = @host_os@
303-
host_vendor = @host_vendor@
304278
htmldir = @htmldir@
305279
includedir = @includedir@
306280
infodir = @infodir@
@@ -316,6 +290,7 @@ pdfdir = @pdfdir@
316290
prefix = @prefix@
317291
program_transform_name = @program_transform_name@
318292
psdir = @psdir@
293+
runstatedir = @runstatedir@
319294
sbindir = @sbindir@
320295
sharedstatedir = @sharedstatedir@
321296
srcdir = @srcdir@

0 commit comments

Comments
 (0)