ugoviti / synbak

Synbak - Universal Backup System
GNU General Public License v3.0
20 stars 7 forks source link

autoconf and configure problems #5

Closed wwalker closed 5 years ago

wwalker commented 5 years ago

Tried on both Fedora 28 and Ubuntu 16.04:

root@ubuntu-s-1vcpu-1gb-nyc1-01:~/synbak# autoconf configure.ac:5: error: possibly undefined macro: AM_INIT_AUTOMAKE If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.ac:19: error: possibly undefined macro: AM_GNU_GETTEXT configure.ac:20: error: possibly undefined macro: AM_GNU_GETTEXT_VERSION

Switching to tag 3.7:

[root@neutronium synbak]# ./configure --prefix=/usr/local/synbak ./configure: line 1677: AM_INIT_AUTOMAKE: command not found checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ls... ls checking for cat... cat checking for nc... nc ./configure: line 1943: syntax error near unexpected token external' ./configure: line 1943:AM_GNU_GETTEXT(external)'

wwalker commented 5 years ago

Using autogen.sh worked and generated a configure that worked.