DHCProbe icon indicating copy to clipboard operation
DHCProbe copied to clipboard

aclocal and automake configurations deprecated with Fedora 20

Open anomalyst opened this issue 10 years ago • 3 comments

aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in' cd . && /bin/sh /usr/local/src/DHCProbe/missing --run automake --gnu automake: warning: autoconf input should be named 'configure.ac', not 'configure.in' configure.in:33: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated. For more info, see: configure.in:33: http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'

anomalyst avatar Apr 08 '14 19:04 anomalyst

Hi Robert,

thank you for the bug report. I adopted the autoconf magic from the parent project, and only changed the name of the project, so I am not overly familiar with it.

Which command did you run? Could you check if renaming, as the warning suggests, solves the issue (make sure to delete temporary files).

If you could help fix this issue, I would highly appreciate it.

Kind regards, Johannes

JohannesBuchner avatar Apr 09 '14 12:04 JohannesBuchner

I did a make clean and reran ./configure and that seemed to clean things up. So, I think if you do the same on your master and tar it again it should be OK. Here is the commit result [lllrjs@nvhent61a DHCProbe]$ gc -m "Fedora 20" On branch master Your branch is up-to-date with 'origin/master'.

Changes not staged for commit: modified: Makefile.in modified: aclocal.m4 modified: configure

Untracked files: autom4te.cache/ dhcprobe dhcprobe.8

no changes added to commit

I have attached the config.status from the directory, in case it is helpful. You might want to run a diff between that and your current one.

Unfortunately it fails to connect to my (ISC) DHCP sudo /usr/local/bin/dhcprobe -v -v -v -s 172.24.251.251 setup request no answer close

On Wed, Apr 9, 2014 at 5:05 AM, Johannes Buchner [email protected]:

Hi Robert,

thank you for the bug report. I adopted the autoconf magic from the parent project, and only changed the name of the project, so I am not overly familiar with it.

Which command did you run? Could you check if renaming, as the warning suggests, solves the issue (make sure to delete temporary files).

If you could help fix this issue, I would highly appreciate it.

Kind regards, Johannes

Reply to this email directly or view it on GitHubhttps://github.com/JohannesBuchner/DHCProbe/issues/2#issuecomment-39955964 .

anomalyst avatar Apr 09 '14 20:04 anomalyst

Thank you!

JohannesBuchner avatar Apr 11 '14 08:04 JohannesBuchner