diff options
author | algernon <algernon> | 2001-02-17 03:16:05 +0000 |
---|---|---|
committer | algernon <algernon> | 2001-02-17 03:16:05 +0000 |
commit | f1e28f43165b69b18ee06fc29aea44ced65b0382 (patch) | |
tree | c1d5a769107c6b36fc3875ea6c265179460d4ee1 /configure.in | |
parent | c76517cccd15ee00a70f830a295e147b27480990 (diff) | |
download | ratpoison-f1e28f43165b69b18ee06fc29aea44ced65b0382.zip |
fuck autoconf. my docs say AC_CONFIG_HEADER is good, rc s autoconf/automake/whatever barfs at it. We both have the same version. Damn it.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index f8f5273..056ad29 100644 --- a/configure.in +++ b/configure.in @@ -17,12 +17,12 @@ dnl You should have received a copy of the GNU General Public License dnl along with this program; if not, write to the Free Software dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA dnl -dnl $Id: configure.in,v 1.8 2001/02/17 02:06:15 algernon Exp $ +dnl $Id: configure.in,v 1.9 2001/02/17 03:16:05 algernon Exp $ AC_INIT(src/main.c) AM_INIT_AUTOMAKE(ratpoison, 0.0.6) -AC_CONFIG_HEADER(src/config.h) +AM_CONFIG_HEADER(src/config.h) AC_CANONICAL_HOST AC_SUBST(host_os) |