~p-ch-e/gnuhello/gnuhello

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Reuben Thomas
  • Date: 2012-04-14 14:08:43 UTC
  • Revision ID: rrt@sc3d.org-20120414140843-f2482zk2owkwpxkg
configure.ac: Remove dist-xz option from AM_INIT_AUTOMAKE: stick to defaults where possible.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
 
13
13
dnl Must come before AM_INIT_AUTOMAKE.
14
14
AC_CONFIG_AUX_DIR([build-aux])
15
 
AM_INIT_AUTOMAKE([readme-alpha dist-xz])
 
15
AM_INIT_AUTOMAKE([readme-alpha])
16
16
 
17
17
# Minimum Autoconf version required.
18
18
AC_PREREQ(2.60)