hepmc - Diff between revs 117 and 128
Subversion Repositories:
| Rev 117 | Rev 128 | |||
|---|---|---|---|---|
| Line 7... | Line 7... | |||
| 7 | # ---------------------------------------------------------------------- | 7 | # ---------------------------------------------------------------------- | |
| 8 | # Identify the package and initialize the autotools: | 8 | # Identify the package and initialize the autotools: | |
| 9 | # ---------------------------------------------------------------------- | 9 | # ---------------------------------------------------------------------- | |
| 10 | 10 | |||
| 11 | AC_PREREQ(2.59) | 11 | AC_PREREQ(2.59) | |
| 12 | AC_INIT(HepMC, 2.01.03, https://savannah.cern.ch/projects/hepmc/, HepMC) | - | ||
| - | 12 | AC_INIT(HepMC, 2.01.04, https://savannah.cern.ch/projects/hepmc/, HepMC) | ||
| 13 | AC_CANONICAL_TARGET | 13 | AC_CANONICAL_TARGET | |
| 14 | AC_CONFIG_SRCDIR([src/GenEvent.cc]) | 14 | AC_CONFIG_SRCDIR([src/GenEvent.cc]) | |
| 15 | AM_INIT_AUTOMAKE(1.9 foreign) | 15 | AM_INIT_AUTOMAKE(1.9 foreign) | |
| 16 | AC_PROG_INSTALL | 16 | AC_PROG_INSTALL | |
| 17 | AC_PROG_LN_S | 17 | AC_PROG_LN_S | |
| Line 90... | Line 90... | |||
| 90 | AC_CONFIG_FILES([test/testMass.cc]) | 90 | AC_CONFIG_FILES([test/testMass.cc]) | |
| 91 | AC_CONFIG_FILES([test/testMass.sh], [chmod +x test/testMass.sh]) | 91 | AC_CONFIG_FILES([test/testMass.sh], [chmod +x test/testMass.sh]) | |
| 92 | AC_CONFIG_FILES([test/testHepMCIteration.cc]) | 92 | AC_CONFIG_FILES([test/testHepMCIteration.cc]) | |
| 93 | AC_CONFIG_FILES([test/testHepMCIteration.sh], [chmod +x test/testHepMCIteration.sh]) | 93 | AC_CONFIG_FILES([test/testHepMCIteration.sh], [chmod +x test/testHepMCIteration.sh]) | |
| 94 | AC_CONFIG_FILES([test/testPrintBug.sh], [chmod +x test/testPrintBug.sh]) | 94 | AC_CONFIG_FILES([test/testPrintBug.sh], [chmod +x test/testPrintBug.sh]) | |
| - | 95 | AC_CONFIG_FILES([test/testDeprecated.cc]) | ||
| - | 96 | AC_CONFIG_FILES([test/testDeprecated.sh], [chmod +x test/testDeprecated.sh]) | ||
| 95 | AC_CONFIG_FILES([examples/Makefile]) | 97 | AC_CONFIG_FILES([examples/Makefile]) | |
| 96 | AC_CONFIG_FILES([examples/GNUmakefile.example]) | 98 | AC_CONFIG_FILES([examples/GNUmakefile.example]) | |
| 97 | 99 | |||
| 98 | 100 | |||
| 99 | # ---------------------------------------------------------------------- | 101 | # ---------------------------------------------------------------------- | |
