* BUG: Add missing files.


git-svn-id: svn://localhost/gambas/trunk@4436 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
Benoît Minisini 2012-01-31 09:02:42 +00:00
parent f5472efbbe
commit c40e7b38df
12 changed files with 24 additions and 0 deletions

0
gb.gsl/AUTHORS Normal file
View file

1
gb.gsl/COPYING Symbolic link
View file

@ -0,0 +1 @@
../COPYING

0
gb.gsl/ChangeLog Normal file
View file

1
gb.gsl/INSTALL Symbolic link
View file

@ -0,0 +1 @@
../INSTALL

3
gb.gsl/Makefile.am Normal file
View file

@ -0,0 +1,3 @@
ACLOCAL_AMFLAGS = -I m4 --install
SUBDIRS = @GSL_DIR@
EXTRA_DIST = reconf gambas.h gb*.h

0
gb.gsl/README Normal file
View file

1
gb.gsl/acinclude.m4 Symbolic link
View file

@ -0,0 +1 @@
../acinclude.m4

14
gb.gsl/configure.ac Normal file
View file

@ -0,0 +1,14 @@
dnl ---- configure.ac for gb.gsl
AC_INIT(configure.ac)
AC_CONFIG_MACRO_DIR([m4])
GB_INIT(gb.gsl)
AC_PROG_LIBTOOL
GB_COMPONENT_PKG_CONFIG(
gsl,
GSL,
[GNU Scientific Library component],
[src],
gsl)
AC_OUTPUT( Makefile src/Makefile )
GB_PRINT_MESSAGES

1
gb.gsl/gambas.h Symbolic link
View file

@ -0,0 +1 @@
../main/share/gambas.h

1
gb.gsl/gb_common.h Symbolic link
View file

@ -0,0 +1 @@
../main/share/gb_common.h

1
gb.gsl/m4 Symbolic link
View file

@ -0,0 +1 @@
../m4

1
gb.gsl/reconf Symbolic link
View file

@ -0,0 +1 @@
../reconf