Skip to content

Commit d85a419

Browse files
committed
Merge pull request #51 from XraySpectroscopy/configure_changes
Configure changes: merging this so that I can move on with changes to python wrapper, which got intertwined. Anyway, I don't see any show stoppers with the newer config versions.
2 parents 90f5dbc + bc85c48 commit d85a419

File tree

10 files changed

+1694
-1778
lines changed

10 files changed

+1694
-1778
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
c/autom4te.cache/*
88
c/Makefile
99
c/aclocal.m4
10-
c/config.h
11-
c/config.h.in
1210
c/config.log
1311
c/config.status
1412
c/libxdifile.so

c/config.h

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
/* config.h. Generated from config.h.in by configure. */
2+
/* config.h.in. Generated from configure.in by autoheader. */
3+
4+
/* Name of package */
5+
#define PACKAGE "xdilib"
6+
7+
/* Define to the address where bug reports for this package should be sent. */
8+
#define PACKAGE_BUGREPORT "[email protected]"
9+
10+
/* Define to the full name of this package. */
11+
#define PACKAGE_NAME "XDIFile Library"
12+
13+
/* Define to the full name and version of this package. */
14+
#define PACKAGE_STRING "XDIFile Library 0.1.0"
15+
16+
/* Define to the one symbol short name of this package. */
17+
#define PACKAGE_TARNAME "xdifile-library"
18+
19+
/* Define to the home page for this package. */
20+
#define PACKAGE_URL ""
21+
22+
/* Define to the version of this package. */
23+
#define PACKAGE_VERSION "0.1.0"
24+
25+
/* Version number of package */
26+
#define VERSION "0.1.0"

c/config.h.in

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
/* config.h.in. Generated from configure.in by autoheader. */
2+
3+
/* Name of package */
4+
#undef PACKAGE
5+
6+
/* Define to the address where bug reports for this package should be sent. */
7+
#undef PACKAGE_BUGREPORT
8+
9+
/* Define to the full name of this package. */
10+
#undef PACKAGE_NAME
11+
12+
/* Define to the full name and version of this package. */
13+
#undef PACKAGE_STRING
14+
15+
/* Define to the one symbol short name of this package. */
16+
#undef PACKAGE_TARNAME
17+
18+
/* Define to the home page for this package. */
19+
#undef PACKAGE_URL
20+
21+
/* Define to the version of this package. */
22+
#undef PACKAGE_VERSION
23+
24+
/* Version number of package */
25+
#undef VERSION

0 commit comments

Comments
 (0)