Commit 34bbf067 by Maarten L. Hekkelman

update config.hpp.in, fix update script to write correct filename

parent 53a88e23
...@@ -21,6 +21,9 @@ ...@@ -21,6 +21,9 @@
/* Define to 1 if you have the <inttypes.h> header file. */ /* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H #undef HAVE_INTTYPES_H
/* Define to 1 if you have the `atomic' library (-latomic). */
#undef HAVE_LIBATOMIC
/* Define to 1 if you have the <memory.h> header file. */ /* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H #undef HAVE_MEMORY_H
......
#!/bin/sh #!/bin/bash
set -e set -e
...@@ -14,7 +14,7 @@ fi ...@@ -14,7 +14,7 @@ fi
# fetch the dictionary # fetch the dictionary
dict=/var/cache/libcifpp/mmcif_pdbx_v50.cif dict=/var/cache/libcifpp/mmcif_pdbx_v50.dic
source=http://mmcif.wwpdb.org/dictionaries/ascii/mmcif_pdbx_v50.dic.gz source=http://mmcif.wwpdb.org/dictionaries/ascii/mmcif_pdbx_v50.dic.gz
wget -O${dict}.gz ${source} wget -O${dict}.gz ${source}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment