~ubuntu-branches/ubuntu/vivid/regina-normal/vivid-proposed

« back to all changes in this revision

Viewing changes to admin/configure.ac.bot

  • Committer: Package Import Robot
  • Author(s): Ben Burton
  • Date: 2011-09-10 07:17:25 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: package-import@ubuntu.com-20110910071725-97n90tywdq60w2cr
Tags: 4.90-1
* New upstream release!
* The user interface has been ported from KDE3 to KDE4 (closes: #556318).
  Re-enabled the GUI as a result.
* The build system has been ported from autotools to cmake.
* The new upstream release builds fine on amd64 (closes: #624882).
* Moved the users' handbook into regina-normal-doc.
* Upgraded several suggests/recommends.  Upgraded regina-normal-mpi to
  depend on mpi-default-bin, and regina-normal to depend on both graphviz
  and regina-normal-doc (which the GUI expends to be present).  Upgraded
  regina-normal to recommend gap.
* Bumped standards-version to 3.9.2.0 (no changes required).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
# Other files:
3
 
AC_CONFIG_FILES([engine/doxygen/docs.conf])
4
 
AC_CONFIG_FILES([engine/regina-engine-config], [chmod +x engine/regina-engine-config])
5
 
AC_CONFIG_FILES([python/regina-python], [chmod +x python/regina-python])
6
 
AC_CONFIG_FILES([python/testsuite/testall], [chmod +x python/testsuite/testall])
7
 
 
8
 
AC_OUTPUT
9
 
 
10
 
# From the KDE configure scripts:
11
 
if test "$all_tests" = "bad"; then
12
 
  if test ! "$cache_file" = "/dev/null"; then
13
 
    echo ""
14
 
    echo "Please remove the file $cache_file after changing your setup"
15
 
    echo "so that configure will find the changes next time."
16
 
    echo ""
17
 
  fi
18
 
else
19
 
  echo ""
20
 
  echo "Good - your configure finished.  Start make now."
21
 
  echo ""
22
 
fi
23