comparison arogue7/configure.ac @ 287:0b3d1b38998f

Remove version numbers from docdir paths. Most Unix systems prefer to omit the versions.
author John "Elwin" Edwards
date Mon, 16 Oct 2017 19:53:38 -0400
parents 6376b514a30b
children fe6b7a1a6dfc
comparison
equal deleted inserted replaced
286:3b61f1dfcc91 287:0b3d1b38998f
1 # -*- Autoconf -*- 1 # -*- Autoconf -*-
2 # Process this file with autoconf to produce a configure script. 2 # Process this file with autoconf to produce a configure script.
3 3
4 AC_PREREQ(2.56) 4 AC_PREREQ(2.56)
5 AC_INIT([ARogue],[7.7.1], [yendor@rogueforge.net]) 5 AC_INIT([ARogue],[7.7.1], [yendor@rogueforge.net], [arogue7])
6 AC_CONFIG_HEADERS([config.h]) 6 AC_CONFIG_HEADERS([config.h])
7 AC_CONFIG_FILES([Makefile]) 7 AC_CONFIG_FILES([Makefile])
8 8
9 # Checks for programs. 9 # Checks for programs.
10 AC_PROG_CC 10 AC_PROG_CC