Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
AltaRica Project
AltaRica Checker
Commits
2e5a6e3c
Commit
2e5a6e3c
authored
Oct 17, 2007
by
point
Browse files
update version number
parent
bee43a97
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
2e5a6e3c
2007-10-17 Gerald Point <point@laptop-147-210-129-53.labri.fr>
* src/arc.c, configure.ac: remove getopt calls
2007-06-26 Gerald Point <point@laptop-147-210-129-53.labri.fr>
* src/ar-lustre-lexer.l:
. replace yy_current_buffer by the portable macro YY_CURRENT_BUFFER
2007-03-30 Gerald Point <point@laptop-147-210-128-116.labri.fr>
* install-arc.sh: fix a package name
...
...
@@ -923,6 +932,6 @@
* Makefile: first version
$Revision: 1.
5
$
$Date: 2007/
04/04 12:36
:4
8
$
$Revision: 1.
6
$
$Date: 2007/
10/17 07:27
:4
3
$
configure.ac
View file @
2e5a6e3c
...
...
@@ -2,11 +2,11 @@ dnl
dnl Process this file with autoconf in order to generate the configure script
dnl used by clients.
dnl
dnl $Revision: 1.
3
$
dnl $Revision: 1.
4
$
dnl
AC_PREREQ(2.59)
AC_INIT(arc,
0.2
, altarica-bugs.labri@listes.u-bordeaux1.fr)
AC_INIT(arc,
1.1
, altarica-bugs.labri@listes.u-bordeaux1.fr)
AM_INIT_AUTOMAKE([gnu])
...
...
install-arc.sh
View file @
2e5a6e3c
#!/bin/sh
packages
=
"ccl-1.0 arsyntax-1.0 arc-1.
0
"
packages
=
"ccl-1.0 arsyntax-1.0 arc-1.
1
"
INSTALLER
=
"install-arc.sh"
FTPHOST
=
"altarica.labri.fr"
FTPDIR
=
"pub/tools/tmp"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment