[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: AC_OUTPUT commands don't run anymore when make is run
From: |
Alexandre Duret-Lutz |
Subject: |
Re: AC_OUTPUT commands don't run anymore when make is run |
Date: |
Tue, 16 Apr 2002 14:55:57 +0200 |
User-agent: |
Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2 (i386-debian-linux-gnu) |
>>> "Mordechai" == Mordechai T Abzug <address@hidden> writes:
[...]
Mordechai> I tried switching to the new style macros:
Mordechai> AC_CONFIG_FILES(Makefile foo)
Mordechai> AC_CONFIG_COMMANDS([foo], [chmod +x foo])
Mordechai> AC_OUTPUT
Mordechai> Still no happiness.
Try
AC_CONFIG_FILES([foo], [chmod +x foo])
AC_CONFIG_FILES([Makefile])
AC_OUTPUT
--
Alexandre Duret-Lutz