Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Oleksii Turkot
CrystFEL
Commits
b49747a1
Commit
b49747a1
authored
Dec 16, 2009
by
Thomas White
Browse files
Fix configure scripts
parent
bd8032bb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
b49747a1
EXTRA_DIST
=
configure src/cell.h src/hdf5-file.h src/image.h src/relrod.h
\
src/utils.h src/diffraction.h src/detector.h src/ewald.h
\
src/sfac.h src/intensities.h src/reflections.h
src/sfac.h src/intensities.h src/reflections.h src/list_tmp.h
\
src/statistics.h src/displaywindow.h src/render.h src/hdfsee.h
\
data/displaywindow.ui
SUBDIRS
=
src data
configure.ac
View file @
b49747a1
dnl Process this file with autoconf to produce a configure script.
AC_INIT(
pattern_sim, 0.1.0, thomas.white@desy.de
)
AC_INIT(
crystfel, 0.1.0, taw@physics.org
)
VERSION=AC_PACKAGE_VERSION
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE(
pattern_sim
, "$VERSION")
AM_INIT_AUTOMAKE(
crystfel
, "$VERSION")
AC_PROG_CC
AC_PROG_AWK
...
...
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